- 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
This commit is contained in:
Frederic Culot 2012-06-02 12:05:27 +00:00
parent 2b1fa048d4
commit 4fc149bb26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298015
2 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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