diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:33 +0800 |
commit | 07d8d7f22c18bd643dac30101e1fd081182738cb (patch) | |
tree | 4d13c7973d8b6dfdd4d2385a8c34f3cb0f58e752 /dns | |
parent | 214d6d2e5462a5d02f9f57db577339cbdccec7d6 (diff) | |
download | freebsd-ports-gnome-07d8d7f22c18bd643dac30101e1fd081182738cb.tar.gz freebsd-ports-gnome-07d8d7f22c18bd643dac30101e1fd081182738cb.tar.zst freebsd-ports-gnome-07d8d7f22c18bd643dac30101e1fd081182738cb.zip |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Use USES=mysql
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscheckengine/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index f777a4385659..081cf6e379c8 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -21,8 +21,6 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random \ p5-Net-DNS>=0.65:dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:dns/p5-Net-DNS-SEC \ p5-Socket6>=0.19:net/p5-Socket6 \ - p5-Sys-Syslog>=0:sysutils/p5-Sys-Syslog \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ p5-YAML>=0:textproc/p5-YAML \ p5-Text-Template>=0:textproc/p5-Text-Template \ p5-Mail-RFC822-Address>=0:mail/p5-Mail-RFC822-Address \ @@ -32,9 +30,9 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random \ p5-DBD-mysql>=0:databases/p5-DBD-mysql RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql -USES= perl5 +NO_ARCH= yes +USES= mysql perl5 USE_PERL5= configure -USE_MYSQL= yes CONFIGURE_SCRIPT+= Makefile.PL INSTALLSITESCRIPT=${PREFIX}/libexec/dnscheck WRKSRC= ${WRKDIR}/engine |