diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
commit | 36284bbf196c0922f103a0d1a8a956202856567f (patch) | |
tree | b905033799aba547d8967be296fe83b1a65c6167 /www/p5-HTML-Location | |
parent | cdd8f0569bf3a1c68659794fe387ae6d9a8230f0 (diff) | |
download | freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.gz freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.zst freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/p5-HTML-Location')
-rw-r--r-- | www/p5-HTML-Location/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/p5-HTML-Location/Makefile b/www/p5-HTML-Location/Makefile index ea2b4d5e8838..d198c025845e 100644 --- a/www/p5-HTML-Location/Makefile +++ b/www/p5-HTML-Location/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Location PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Working with disk to URI file mappings (deprecated: see URI::ToDisk) -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ - p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ - p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ - p5-URI>=1.35:${PORTSDIR}/net/p5-URI \ - p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ + p5-URI>=1.35:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ + p5-URI>=1.35:${PORTSDIR}/net/p5-URI PERL_CONFIGURE= yes |