diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 08:33:24 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 08:33:24 +0800 |
commit | 5d42c8e9eeb065618fce6ebcba7c17dc55b05ed5 (patch) | |
tree | 7594224316c96e2d10542c845a87fe9225118762 /net/p5-Net-OpenDHT | |
parent | cf7af28d4396e551ef6eedcd72b6e39bf213da79 (diff) | |
download | freebsd-ports-gnome-5d42c8e9eeb065618fce6ebcba7c17dc55b05ed5.tar.gz freebsd-ports-gnome-5d42c8e9eeb065618fce6ebcba7c17dc55b05ed5.tar.zst freebsd-ports-gnome-5d42c8e9eeb065618fce6ebcba7c17dc55b05ed5.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'net/p5-Net-OpenDHT')
-rw-r--r-- | net/p5-Net-OpenDHT/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/p5-Net-OpenDHT/Makefile b/net/p5-Net-OpenDHT/Makefile index 86aefeecfeed..fbbb11ab59b1 100644 --- a/net/p5-Net-OpenDHT/Makefile +++ b/net/p5-Net-OpenDHT/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-OpenDHT PORTVERSION= 0.33 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,14 +17,9 @@ COMMENT= Access the Open Distributed Hash Table (Open DHT) RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ ${SITE_PERL}/App/Cache.pm:${PORTSDIR}/devel/p5-App-Cache \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes |