Date: Fri, 15 Mar 2013 00:58:09 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314208 - head/dns/pear-Net_DNS Message-ID: <201303150058.r2F0w92O091655@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Mar 15 00:58:09 2013 New Revision: 314208 URL: http://svnweb.freebsd.org/changeset/ports/314208 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/dns/pear-Net_DNS/Makefile (contents, props changed) Modified: head/dns/pear-Net_DNS/Makefile ============================================================================== --- head/dns/pear-Net_DNS/Makefile Fri Mar 15 00:56:09 2013 (r314207) +++ head/dns/pear-Net_DNS/Makefile Fri Mar 15 00:58:09 2013 (r314208) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150058.r2F0w92O091655>