aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:58:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:58:09 +0000
commit0ae73a65ee30d74da9b9b34c82ca431fbc88fdab (patch)
tree9239b63a3c7a0cf6587ed85bd573ab85d7df3ab8 /dns
parent50835eae0f5872c4f6de022c99a1ce072b23af67 (diff)
downloadports-0ae73a65ee30d74da9b9b34c82ca431fbc88fdab.tar.gz
ports-0ae73a65ee30d74da9b9b34c82ca431fbc88fdab.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/pear-Net_DNS/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/dns/pear-Net_DNS/Makefile b/dns/pear-Net_DNS/Makefile
index 2da031eca88a..4f695da7a938 100644
--- a/dns/pear-Net_DNS/Makefile
+++ b/dns/pear-Net_DNS/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_DNS
-# Date created: 2006/12/22
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= Net_DNS
PORTVERSION= 1.0.7
@@ -14,17 +10,11 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Resolver library used to communicate with a DNS server
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-PEAR_CATSRC= yes
PORTSCOUT= skipv:1.00b2,1.00b1
USE_PHP= mhash
-CATEGORY= Net
-FILES= DNS/RR/A.php DNS/RR/AAAA.php DNS/RR/CNAME.php DNS/RR/HINFO.php \
- DNS/RR/MX.php DNS/RR/NAPTR.php DNS/RR/NS.php DNS/RR/PTR.php \
- DNS/RR/SOA.php DNS/RR/SRV.php DNS/RR/TSIG.php DNS/RR/TXT.php \
- DNS/Header.php DNS/Packet.php DNS/Question.php DNS/Resolver.php \
- DNS/RR.php DNS/RR/RP.php DNS/RR/SPF.php DNS.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"