Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 11:16:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412328 - head/www/p5-WWW-Shorten
Message-ID:  <201604011116.u31BGfYj003534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr  1 11:16:41 2016
New Revision: 412328
URL: https://svnweb.freebsd.org/changeset/ports/412328

Log:
  - Add LICENSE
  - Update *_DEPENDS: remove PORTSDIR
  - Add NO_ARCH

Modified:
  head/www/p5-WWW-Shorten/Makefile

Modified: head/www/p5-WWW-Shorten/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten/Makefile	Fri Apr  1 11:16:36 2016	(r412327)
+++ head/www/p5-WWW-Shorten/Makefile	Fri Apr  1 11:16:41 2016	(r412328)
@@ -9,10 +9,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Abstract interface to URL shortening sites
 
-BUILD_DEPENDS=	p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \
-		p5-Try-Tiny>=0.24:${PORTSDIR}/lang/p5-Try-Tiny
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-libwww>=5.835:www/p5-libwww \
+		p5-Try-Tiny>=0.24:lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604011116.u31BGfYj003534>