diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /dns/p5-Net-DNS | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) | |
download | freebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.gz freebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.zst freebsd-ports-gnome-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index d2d2b12b5862..ecfef3266e94 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -18,8 +18,8 @@ TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBab OPTIONS_DEFINE= IDN IPV6 DOCS CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests -MAKE_JOBS_SAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS MAN3= Net::DNS.3 Net::DNS::Domain.3 Net::DNS::DomainName.3 \ |