diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-10-29 18:16:25 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-10-29 18:16:25 +0000 |
commit | 2e8720373fa3694ba23be4c6df33de8d4955a1cc (patch) | |
tree | a77c330171b131b7ec2799149445ba63069aceed /net/p5-IPv6-Address | |
parent | aa34a45faa048a207c4b01b61929af507759b57e (diff) | |
download | ports-2e8720373fa3694ba23be4c6df33de8d4955a1cc.tar.gz ports-2e8720373fa3694ba23be4c6df33de8d4955a1cc.zip |
Notes
Diffstat (limited to 'net/p5-IPv6-Address')
-rw-r--r-- | net/p5-IPv6-Address/Makefile | 4 |
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> |