diff options
author | az <az@FreeBSD.org> | 2012-06-30 21:48:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 21:48:34 +0800 |
commit | 4bbf5addf372642e05a43cd37944f1625d747af8 (patch) | |
tree | 0f91ab31aaf44c60e525c5b9718b94fcb9c28574 /dns/dnsmax-perl | |
parent | 0120134c53e9ce38a36ce97e6bd529ebf4bc541e (diff) | |
download | freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.tar.gz freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.tar.zst freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'dns/dnsmax-perl')
-rw-r--r-- | dns/dnsmax-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index 091557a68285..f297838a49f5 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/} MAINTAINER= dan@algenta.com COMMENT= DNSMax-perl is a perl DNS update client for the REST DNSMax protocol -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww USE_ZIP= yes NO_BUILD= yes |