4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
16 lines
379 B
Makefile
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>
|