diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 18:34:56 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 18:34:56 +0800 |
commit | ebc87904a6db71b99f808354d91fdb0be51cc362 (patch) | |
tree | 126a80943649704a2417e20ec34f5ee47d4856c0 /dns/p5-Net-DNS | |
parent | 941dd191d2928617c5f8924ec7b95789cae4fa9f (diff) | |
download | freebsd-ports-gnome-ebc87904a6db71b99f808354d91fdb0be51cc362.tar.gz freebsd-ports-gnome-ebc87904a6db71b99f808354d91fdb0be51cc362.tar.zst freebsd-ports-gnome-ebc87904a6db71b99f808354d91fdb0be51cc362.zip |
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 9f6b8a5e5846..700740b3be83 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -4,7 +4,7 @@ PORTNAME= Net-DNS PORTVERSION= 1.21 PORTEPOCH= 1 -CATEGORIES= dns net perl5 ipv6 +CATEGORIES= dns net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |