freebsd-ports/devel/pear-XML_Transformer/Makefile
Edwin Groothuis 4807a26dc2 New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP
The XML Transformer allows the binding of PHP functionality
	to XML tags to transform an XML document without the need
	for and the limitations of XSLT.

PR:		ports/74525
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-12-01 08:33:07 +00:00

31 lines
1,013 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.0
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR XML Transformations in PHP
BUILD_DEPENDS= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Transformer/Driver/Cache.php Transformer/Driver/OutputBuffer.php \
Transformer/Namespace/Anchor.php Transformer/Namespace/DocBook.php \
Transformer/Namespace/Image.php Transformer/Namespace/PHP.php \
Transformer/Namespace/Widget.php Transformer/Tests/AllTests.php \
Transformer/Tests/TestNamespace.php Transformer/Tests/TransformerTest.php \
Transformer/CallbackRegistry.php Transformer/Namespace.php \
Transformer.php
DOCS= README
_DOCSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>