aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-UDDI/Makefile
blob: 5402d7b85684f7c252172ed25915fa8af49de1ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>