svn commit: r444341 - head/dns/dnscheckengine
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 26 03:24:35 UTC 2017
Author: sunpoet
Date: Mon Jun 26 03:24:33 2017
New Revision: 444341
URL: https://svnweb.freebsd.org/changeset/ports/444341
Log:
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Use USES=mysql
- Bump PORTREVISION for dependency change
With hat: perl
Modified:
head/dns/dnscheckengine/Makefile
Modified: head/dns/dnscheckengine/Makefile
==============================================================================
--- head/dns/dnscheckengine/Makefile Mon Jun 26 03:24:28 2017 (r444340)
+++ head/dns/dnscheckengine/Makefile Mon Jun 26 03:24:33 2017 (r444341)
@@ -21,8 +21,6 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-
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-
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
More information about the svn-ports-all
mailing list