diff options
author | mm <mm@FreeBSD.org> | 2011-07-11 18:49:27 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-11 18:49:27 +0800 |
commit | 6cd62da212763762999054311e2f4fd1c5538967 (patch) | |
tree | 2295ad02cb5ed496929bc00ed06d01e211accb9c /textproc | |
parent | 7a9b46b42f914323bd73479ae7d41e086dac8835 (diff) | |
download | freebsd-ports-gnome-6cd62da212763762999054311e2f4fd1c5538967.tar.gz freebsd-ports-gnome-6cd62da212763762999054311e2f4fd1c5538967.tar.zst freebsd-ports-gnome-6cd62da212763762999054311e2f4fd1c5538967.zip |
Simple PEAR template engine
WWW: http://pear.phpunit.de/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Text_Template/Makefile | 28 | ||||
-rw-r--r-- | textproc/pear-Text_Template/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Text_Template/pkg-descr | 3 |
4 files changed, 34 insertions, 0 deletions
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 <mm@FreeBSD.org> +# +# $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 <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> 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/ |