91a1caa242
Hope to see you back! Thank for all the work!
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= UDDI
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www pear finance
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
|
|
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|