diff options
author | wen <wen@FreeBSD.org> | 2011-09-22 16:42:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-22 16:42:12 +0800 |
commit | a7e8f6d300ec746fa2536c90a86e78bd20ce300f (patch) | |
tree | 1a2ed48f5dae4ba094b71ced27f45ede35863e45 /devel | |
parent | c4ddb911283643ea7dec56b90b3f684f6294151b (diff) | |
download | freebsd-ports-gnome-a7e8f6d300ec746fa2536c90a86e78bd20ce300f.tar.gz freebsd-ports-gnome-a7e8f6d300ec746fa2536c90a86e78bd20ce300f.tar.zst freebsd-ports-gnome-a7e8f6d300ec746fa2536c90a86e78bd20ce300f.zip |
- Pass maintainership to submitter
- Add LICENSE
- Pet portlint
PR: ports/160576
Submitted by: Joe Horn <joehorn@gmail.com>
Diffstat (limited to 'devel')
-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 \ |