freebsd-ports/devel/pear-XML_Transformer/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

16 lines
379 B
Makefile

# Created by: 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:devel/pear-XML_Util
RUN_DEPENDS:= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
USES= pear
.include <bsd.port.mk>