aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Text_Template
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-11 10:49:27 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-11 10:49:27 +0000
commit66defa5cd11229e28be039dbfabc168d36663df1 (patch)
tree44517a5357afcd2449a14dc16c64cd251ba8ffd1 /textproc/pear-Text_Template
parentdb55b4e9cb034903f3facdbad1c7046d7d5602f1 (diff)
downloadports-66defa5cd11229e28be039dbfabc168d36663df1.tar.gz
ports-66defa5cd11229e28be039dbfabc168d36663df1.zip
Notes
Diffstat (limited to 'textproc/pear-Text_Template')
-rw-r--r--textproc/pear-Text_Template/Makefile28
-rw-r--r--textproc/pear-Text_Template/distinfo2
-rw-r--r--textproc/pear-Text_Template/pkg-descr3
3 files changed, 33 insertions, 0 deletions
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/