From 1b9205d4217a998e94cb75d6e400fd9bef44274c Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 18 Feb 2013 08:18:48 +0000 Subject: - Trim header - switch to PEAR_AUTOINSTALL --- www/pear-UDDI/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'www') diff --git a/www/pear-UDDI/Makefile b/www/pear-UDDI/Makefile index 90abb4038893..2462c56de585 100644 --- a/www/pear-UDDI/Makefile +++ b/www/pear-UDDI/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-UDDI -# Date created: 2006/07/31 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= UDDI PORTVERSION= 0.2.4 @@ -14,11 +10,10 @@ COMMENT= PEAR UDDI for PHP BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ + ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util -CATEGORY= Services -FILES= UDDI.php -EXAMPLES= example_inquiry.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" -- cgit