4e3717ee4f
dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
31 lines
1,004 B
Makefile
31 lines
1,004 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/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|