aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI-Template/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-06-02 12:05:27 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-06-02 12:05:27 +0000
commit4fc149bb2623caa673717a55ff3883f57e55751f (patch)
treefe7418718f46f14c438c78158cb8db5171743648 /net/p5-URI-Template/Makefile
parent2b1fa048d4c3be24a6cded754ad14234758f737f (diff)
downloadports-4fc149bb2623caa673717a55ff3883f57e55751f.tar.gz
ports-4fc149bb2623caa673717a55ff3883f57e55751f.zip
- Update to 0.16
- Add LICENSE (Artistic 1 & GPL 1) - Remove SITE_PERL from BUILD_DEPENDS - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/URI-Template/Changes
Notes
Notes: svn path=/head/; revision=298015
Diffstat (limited to 'net/p5-URI-Template/Makefile')
-rw-r--r--net/p5-URI-Template/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-URI-Template/Makefile b/net/p5-URI-Template/Makefile
index 818799a7e7d1..a3a98f471175 100644
--- a/net/p5-URI-Template/Makefile
+++ b/net/p5-URI-Template/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= URI-Template
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object for handling URI templates
-RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
-BUILD_DEPENDS= ${RUN_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= URI::Template.3