diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-03 15:46:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-03 15:46:27 +0800 |
commit | 63a42ccd59b336bc2a54c131c29c27f5d12ae489 (patch) | |
tree | ba8ca524ba7a11b602fa06d9b2f833679f8c4873 /dns/p5-pgeodns/Makefile | |
parent | 31601bee64524e5180224d316be00466b026fbcb (diff) | |
download | freebsd-ports-gnome-63a42ccd59b336bc2a54c131c29c27f5d12ae489.tar.gz freebsd-ports-gnome-63a42ccd59b336bc2a54c131c29c27f5d12ae489.tar.zst freebsd-ports-gnome-63a42ccd59b336bc2a54c131c29c27f5d12ae489.zip |
Support STAGEDIR.
Diffstat (limited to 'dns/p5-pgeodns/Makefile')
-rw-r--r-- | dns/p5-pgeodns/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/p5-pgeodns/Makefile b/dns/p5-pgeodns/Makefile index c9b79e170c83..1a27698aef0c 100644 --- a/dns/p5-pgeodns/Makefile +++ b/dns/p5-pgeodns/Makefile @@ -10,16 +10,12 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Geographic NameServer BUILD_DEPENDS= p5-Geo-IP>=0:${PORTSDIR}/net/p5-Geo-IP \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 USE_PERL5= configure -NO_MANCOMPRESS= no -MAN1= pgeodns.1 - -NO_STAGE= yes .include <bsd.port.mk> |