aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_DNSBL
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-05-26 05:42:21 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-05-26 05:42:21 +0000
commit3de7449adc950070b46be14d6e0135dfbec178f1 (patch)
tree6a3f1d1b3f75d6b98a3989addea3502dc7ae42a6 /net/pear-Net_DNSBL
parentf6a06ed56aa6bedf615283bb3bb3f7e3a342fc74 (diff)
downloadports-3de7449adc950070b46be14d6e0135dfbec178f1.tar.gz
ports-3de7449adc950070b46be14d6e0135dfbec178f1.zip
- Chance RUN und BUILD Depends to DNS2 (DNS is EOL)
- Add LICENSE PHP30 PR: 218762 Submitted by: rene Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10804
Notes
Notes: svn path=/head/; revision=441748
Diffstat (limited to 'net/pear-Net_DNSBL')
-rw-r--r--net/pear-Net_DNSBL/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile
index 726c289fe641..6b4ea78f6f67 100644
--- a/net/pear-Net_DNSBL/Makefile
+++ b/net/pear-Net_DNSBL/Makefile
@@ -3,18 +3,21 @@
PORTNAME= Net_DNSBL
PORTVERSION= 1.3.7
+PORTREVISION= 1
CATEGORIES= net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR DNSBL Checker
+LICENSE= PHP30
+
BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
- ${PEARDIR}/Net/DNS/RR/A.php:dns/pear-Net_DNS \
+ ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
RUN_DEPENDS:= ${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
- ${PEARDIR}/Net/DNS/RR/A.php:dns/pear-Net_DNS \
+ ${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
USES= pear