diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
commit | 31445311fce915521f6c1940134b8dc155688036 (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /dns | |
parent | 3672f197c67f0c967088c7faaced7d9627772e4d (diff) | |
download | freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.tar.gz freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.tar.zst freebsd-ports-gnome-31445311fce915521f6c1940134b8dc155688036.zip |
- Convert to new perl framework
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Mozilla-PublicSuffix/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-DNS-TestNS/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 50537db22413..60286b75c141 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -16,7 +16,8 @@ LICENSE= MIT BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Mozilla::PublicSuffix.3 diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index 4b3d3e25400b..360b25267174 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ RUN_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Net::DNS::TestNS.3 Net::DNS::TestNS::DTD.3 |