diff options
author | adamw <adamw@FreeBSD.org> | 2016-06-10 03:52:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-06-10 03:52:49 +0800 |
commit | 5e86179720db63936bf9cc09b0c49aedcb758a52 (patch) | |
tree | bfb75d76eb259750942624d2043c86301ab95b56 /dns | |
parent | a5e00435679c6212e262ac0c5091c048b9328b17 (diff) | |
download | freebsd-ports-gnome-5e86179720db63936bf9cc09b0c49aedcb758a52.tar.gz freebsd-ports-gnome-5e86179720db63936bf9cc09b0c49aedcb758a52.tar.zst freebsd-ports-gnome-5e86179720db63936bf9cc09b0c49aedcb758a52.zip |
Remove explicit BUILD/RUN depends on p5-Digest-HMAC.
2nd pointy hat to: pi (he'll have to wear this one upside-down, on his chin)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 4ae75768d667..aac8fb33cd9b 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-DNS PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN @@ -14,8 +14,6 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates LICENSE= MIT -BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:devel/p5-Test-Pod |