freebsd-ports/devel/pear-XML_Transformer/Makefile
Martin Wilke 12ee6c1fc4 - Update to 1.1.2
PR:		based on 166974
2012-04-21 18:58:10 +00:00

22 lines
588 B
Makefile

# Ports collection makefile for: pear-XML_Transformer
# Date created: 29 September 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= XML_Transformer
PORTVERSION= 1.1.2
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR XML Transformations in PHP
BUILD_DEPENDS= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
RUN_DEPENDS:= ${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>