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

PEAR_AUTOINSTALL=   yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>