diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
commit | 935c866afb7d805ed4d8c023cf28a1dee8c05f6b (patch) | |
tree | 669406cf84e1a7cbae93e65ea1ba66f693c71b1f /dns/dnsmax-perl | |
parent | b93b277e621a46e9c3504de7d9692babe843ee32 (diff) | |
download | ports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.tar.gz ports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.zip |
Notes
Diffstat (limited to 'dns/dnsmax-perl')
-rw-r--r-- | dns/dnsmax-perl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index 1494715c32bd..091557a68285 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -14,8 +14,7 @@ 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}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ +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 |