freebsd-ports/dns/pear-Net_DNS/Makefile

32 lines
877 B
Makefile
Raw Normal View History

# Ports collection makefile for: pear-Net_DNS
# Date created: 2006/12/22
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Net_DNS
2011-02-26 07:45:29 +01:00
PORTVERSION= 1.0.7
2011-03-08 08:15:39 +01:00
PORTREVISION= 1
CATEGORIES= dns net pear
2008-09-08 02:22:00 +02:00
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}
2011-02-26 07:45:29 +01:00
PEAR_CATSRC= yes
2009-07-17 20:22:13 +02:00
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 \
2011-03-08 08:15:39 +01:00
DNS/RR.php DNS/RR/RP.php DNS/RR/SPF.php DNS.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>