diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-30 06:41:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-30 06:41:13 +0000 |
commit | 15552489144d7d9ba6e742653b7aed048ac1cbfd (patch) | |
tree | 50eebf1c2deefc426624a421d6013e6b49c2f4ca /dns | |
parent | 33d2a997447d59b627c197a1bc968b2a9f2b68cf (diff) | |
download | ports-15552489144d7d9ba6e742653b7aed048ac1cbfd.tar.gz ports-15552489144d7d9ba6e742653b7aed048ac1cbfd.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-TestNS/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS-TestNS/Makefile b/dns/p5-Net-DNS-TestNS/Makefile index e76cc0b26113..0aad47f9f14f 100644 --- a/dns/p5-Net-DNS-TestNS/Makefile +++ b/dns/p5-Net-DNS-TestNS/Makefile @@ -15,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for simulating simple Nameservers -BUILD_DEPENDS= p5-Net-DNS>0.64:${PORTSDIR}/dns/p5-Net-DNS \ - p5-XML-LibXML>1.53:${PORTSDIR}/textproc/p5-XML-LibXML -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ + p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML +RUN_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ + p5-XML-LibXML>=1.53:${PORTSDIR}/textproc/p5-XML-LibXML PERL_CONFIGURE= yes |