diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
commit | 8df0e60ba576664082f0dff5c6b0c8546bc18500 (patch) | |
tree | a001b636289327d8b439d27b5d18245624fd98ca /textproc | |
parent | 35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4 (diff) | |
download | freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.gz freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.zst freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Petal-Utils/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-URI-Find/Makefile | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index b5c4da84018b..d1b58f6f7de7 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -7,6 +7,7 @@ PORTNAME= IDNA-Punycode PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBURBAN/ @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to encode Unicode string in Punycode -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= YES MAN3= IDNA::Punycode.3 diff --git a/textproc/p5-Petal-Utils/Makefile b/textproc/p5-Petal-Utils/Makefile index a18b7d6360bf..3068b379ccad 100644 --- a/textproc/p5-Petal-Utils/Makefile +++ b/textproc/p5-Petal-Utils/Makefile @@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Useful template modifiers for Petal -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index 0d4bbf817ebb..f1b59a350bbf 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -16,7 +16,6 @@ COMMENT= Perl module to find URIs in arbitrary text RUN_DEPENDS= p5-URI>=1.00:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes |