diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:11 +0800 |
commit | e26cc5e0b559d496a7f631139b96a257d6b5d7cf (patch) | |
tree | 6ae97c6fdfec871c29f3c587f730fa5c8c59f142 /dns | |
parent | acc048a33f11a7b1310e1f39c207252d7c4da11e (diff) | |
download | freebsd-ports-gnome-e26cc5e0b559d496a7f631139b96a257d6b5d7cf.tar.gz freebsd-ports-gnome-e26cc5e0b559d496a7f631139b96a257d6b5d7cf.tar.zst freebsd-ports-gnome-e26cc5e0b559d496a7f631139b96a257d6b5d7cf.zip |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DRI/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile index 2d8b77e46585..2b04512d9929 100644 --- a/dns/p5-Net-DRI/Makefile +++ b/dns/p5-Net-DRI/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-DRI PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,6 @@ RUN_DEPENDS= p5-DateTime>0:devel/p5-DateTime \ p5-DateTime-TimeZone>0:devel/p5-DateTime-TimeZone \ p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Class-Accessor-Chained>0:devel/p5-Class-Accessor-Chained \ - p5-Time-HiRes>0:devel/p5-Time-HiRes \ p5-Email-Valid>0:mail/p5-Email-Valid \ p5-IO-Socket-SSL>0.90:security/p5-IO-Socket-SSL \ p5-XML-LibXML>1.61:textproc/p5-XML-LibXML \ @@ -29,7 +28,6 @@ RUN_DEPENDS= p5-DateTime>0:devel/p5-DateTime \ p5-SOAP-Lite>0:net/p5-SOAP-Lite \ p5-SOAP-WSDL>0:devel/p5-SOAP-WSDL \ p5-libwww>0:www/p5-libwww \ - p5-Digest-MD5>0:security/p5-Digest-MD5 \ p5-Net-DNS>0:dns/p5-Net-DNS \ p5-MIME-Tools>0:mail/p5-MIME-Tools |