aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-IPv6-Address
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-10-30 02:16:25 +0800
committerpi <pi@FreeBSD.org>2017-10-30 02:16:25 +0800
commit479fbfc60a97332467a73ae367fe47996163a030 (patch)
treea77c330171b131b7ec2799149445ba63069aceed /net/p5-IPv6-Address
parent9652f322f0f69d94ed6df53bcdb3db4b2021b583 (diff)
downloadfreebsd-ports-gnome-479fbfc60a97332467a73ae367fe47996163a030.tar.gz
freebsd-ports-gnome-479fbfc60a97332467a73ae367fe47996163a030.tar.zst
freebsd-ports-gnome-479fbfc60a97332467a73ae367fe47996163a030.zip
net/p5-IPv6-Address: really fix build without BUILD_DEPENDS
Submitted by: adamw
Diffstat (limited to 'net/p5-IPv6-Address')
-rw-r--r--net/p5-IPv6-Address/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/p5-IPv6-Address/Makefile b/net/p5-IPv6-Address/Makefile
index 87a1c1d31281..dbebddc59381 100644
--- a/net/p5-IPv6-Address/Makefile
+++ b/net/p5-IPv6-Address/Makefile
@@ -7,14 +7,12 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ADUITSIS
PKGNAMEPREFIX= p5-
-BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build
-
MAINTAINER= perl@FreeBSD.org
COMMENT= IPv6 Address Manipulation Library
LICENSE= ART20
USES= perl5
-USE_PERL5= modbuildtiny
+USE_PERL5= modbuild
.include <bsd.port.mk>