freebsd-ports/devel/pear-XML_Transformer/Makefile
2021-05-23 00:20:48 +08:00

15 lines
399 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= XML_Transformer
PORTVERSION= 1.1.2
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR XML Transformations in PHP
BUILD_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
RUN_DEPENDS:= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>