diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-02 12:05:27 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-02 12:05:27 +0000 |
commit | 4fc149bb2623caa673717a55ff3883f57e55751f (patch) | |
tree | fe7418718f46f14c438c78158cb8db5171743648 | |
parent | 2b1fa048d4c3be24a6cded754ad14234758f737f (diff) |
Notes
-rw-r--r-- | net/p5-URI-Template/Makefile | 9 | ||||
-rw-r--r-- | net/p5-URI-Template/distinfo | 4 |
2 files changed, 8 insertions, 5 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 diff --git a/net/p5-URI-Template/distinfo b/net/p5-URI-Template/distinfo index 03c6e89915ff..3bdd371fd1b0 100644 --- a/net/p5-URI-Template/distinfo +++ b/net/p5-URI-Template/distinfo @@ -1,2 +1,2 @@ -SHA256 (URI-Template-0.15.tar.gz) = b207411f01b1a5babef8a4dbbdd86fe5c15ae232c1f7018493c65ebea5d6f18d -SIZE (URI-Template-0.15.tar.gz) = 17214 +SHA256 (URI-Template-0.16.tar.gz) = 45161ee73373d0d0bb601b7d7202d563ff5bda6a8be5ea559dd82db0d9c41af9 +SIZE (URI-Template-0.16.tar.gz) = 27231 |