diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:38 +0000 |
commit | 66f504a9528fb0e0f95702d78a79d0255bd08cb8 (patch) | |
tree | d74f052cdb0abc98af6db5d26dc2ab80c02475f5 /dns/fpdns | |
parent | 001c6383c672605daf12135a2e5a5bac5688276d (diff) | |
download | ports-66f504a9528fb0e0f95702d78a79d0255bd08cb8.tar.gz ports-66f504a9528fb0e0f95702d78a79d0255bd08cb8.zip |
Notes
Diffstat (limited to 'dns/fpdns')
-rw-r--r-- | dns/fpdns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index dbbda51b06c9..6f85df6573c9 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -12,12 +12,14 @@ COMMENT= Fingerprinting DNS servers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= kirei GH_TAGNAME= 20130404 +NO_ARCH= yes USES= perl5 USE_PERL5= configure |