diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-09-22 08:42:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-09-22 08:42:12 +0000 |
commit | b19b305c8e8d8336ac9aafefc5de9d76ea824868 (patch) | |
tree | 4494f8fa0920751824f8a7ab632a36df3e357662 /devel/pear-HTML_Template_PHPLIB | |
parent | 7d0d336ef9ee02c61df309fb428d8614459a74f3 (diff) |
Notes
Diffstat (limited to 'devel/pear-HTML_Template_PHPLIB')
-rw-r--r-- | devel/pear-HTML_Template_PHPLIB/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pear-HTML_Template_PHPLIB/Makefile b/devel/pear-HTML_Template_PHPLIB/Makefile index 00ba663d9dc5..bdc655127cae 100644 --- a/devel/pear-HTML_Template_PHPLIB/Makefile +++ b/devel/pear-HTML_Template_PHPLIB/Makefile @@ -9,11 +9,13 @@ PORTNAME= HTML_Template_PHPLIB PORTVERSION= 1.5.1 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joehorn@gmail.com COMMENT= PEAR template API ported from PHPLIB +LICENSE= LGPL3 + BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear SCRIPTFILES= html_template_phplibtool FILES= HTML/Template/PHPLIB.php HTML/Template/PHPLIB/Generator.php \ |