diff --git a/textproc/Makefile b/textproc/Makefile index cc3c874aed85..6af5f44174e5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -971,6 +971,7 @@ SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML SUBDIR += pear-Text_Highlighter + SUBDIR += pear-Text_Template SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser diff --git a/textproc/pear-Text_Template/Makefile b/textproc/pear-Text_Template/Makefile new file mode 100644 index 000000000000..17c5aaff9dc1 --- /dev/null +++ b/textproc/pear-Text_Template/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: pear-Text_Template +# Date created: 11 July 2011 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +PORTNAME= Text_Template +PORTVERSION= 1.1.0 +CATEGORIES= textproc www pear +MASTER_SITES= http://pear.phpunit.de/get/ +PKGNAMEPREFIX= pear- + +MAINTAINER= mm@FreeBSD.org +COMMENT= Simple template engine + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit + +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit + +PEAR_CHANNEL= phpunit +PEAR_AUTOINSTALL= yes + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/textproc/pear-Text_Template/distinfo b/textproc/pear-Text_Template/distinfo new file mode 100644 index 000000000000..760591a2d9c6 --- /dev/null +++ b/textproc/pear-Text_Template/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/Text_Template-1.1.0.tgz) = 173a573cef70eb1d84333872fbde3803b1364056e539cb12d320ee22c3cd6330 +SIZE (PEAR/Text_Template-1.1.0.tgz) = 2783 diff --git a/textproc/pear-Text_Template/pkg-descr b/textproc/pear-Text_Template/pkg-descr new file mode 100644 index 000000000000..e7c589ca8cfa --- /dev/null +++ b/textproc/pear-Text_Template/pkg-descr @@ -0,0 +1,3 @@ +Simple PEAR template engine + +WWW: http://pear.phpunit.de/