diff options
Diffstat (limited to 'dns/dnscheckengine/Makefile')
-rw-r--r-- | dns/dnscheckengine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile index 9ce9e32b446c..e9dc160946fe 100644 --- a/dns/dnscheckengine/Makefile +++ b/dns/dnscheckengine/Makefile @@ -25,7 +25,8 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL- p5-Mail-RFC822-Address>=0:${PORTSDIR}/mail/p5-Mail-RFC822-Address \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_SCRIPT+= Makefile.PL INSTALLSITESCRIPT=${PREFIX}/libexec/dnscheck WRKSRC= ${WRKDIR}/engine |