mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
eb9ac8e5ea
Sponsored by: Netzkommune GmbH
19 lines
492 B
Makefile
19 lines
492 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= UDDI
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www pear finance
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR UDDI for PHP
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
|
|
${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
|
|
${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|