diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-04-10 07:55:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-04-10 07:55:29 +0000 |
commit | e3d075ffea4eee83a9b64728948dc45e755327e5 (patch) | |
tree | ee87c8a9f706cd046c6cc6d73be07d54a8f8b0ed /net/p5-URI-Template-Restrict/Makefile | |
parent | a06b000012fcd95df5f9d6cbb4bcfb7e715699c8 (diff) | |
download | ports-e3d075ffea4eee83a9b64728948dc45e755327e5.tar.gz ports-e3d075ffea4eee83a9b64728948dc45e755327e5.zip |
Upgrade to 0.03.
Notes
Notes:
svn path=/head/; revision=231993
Diffstat (limited to 'net/p5-URI-Template-Restrict/Makefile')
-rw-r--r-- | net/p5-URI-Template-Restrict/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-URI-Template-Restrict/Makefile b/net/p5-URI-Template-Restrict/Makefile index 7c6049fd02c0..2fea6860b160 100644 --- a/net/p5-URI-Template-Restrict/Makefile +++ b/net/p5-URI-Template-Restrict/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI-Template-Restrict -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for restricted URI Templates handler RUN_DEPENDS= \ - p5-Mouse>=0.14:${PORTSDIR}/devel/p5-Mouse \ - p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble \ p5-Unicode-Normalize>0:${PORTSDIR}/textproc/p5-Unicode-Normalize \ p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= \ + p5-URI>0:${PORTSDIR}/net/p5-URI PERL_CONFIGURE= yes |