diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:15:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:15:05 +0800 |
commit | d8c2232aa8d488a371f22569bb071716997ec6d5 (patch) | |
tree | a7ff72197a2ea2f76d51cae915714b1f1a2b057e /devel | |
parent | bf1037ee3194a399f340acfb2108e5e7f58c2629 (diff) | |
download | freebsd-ports-gnome-d8c2232aa8d488a371f22569bb071716997ec6d5.tar.gz freebsd-ports-gnome-d8c2232aa8d488a371f22569bb071716997ec6d5.tar.zst freebsd-ports-gnome-d8c2232aa8d488a371f22569bb071716997ec6d5.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-HTML_Template_PHPLIB/Makefile | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/devel/pear-HTML_Template_PHPLIB/Makefile b/devel/pear-HTML_Template_PHPLIB/Makefile index 1f67648903d0..d8064f80cb2c 100644 --- a/devel/pear-HTML_Template_PHPLIB/Makefile +++ b/devel/pear-HTML_Template_PHPLIB/Makefile @@ -1,12 +1,9 @@ -# Ports collection makefile for: pear-HTML_Template_PHPLIB -# Date created: 04 September 2003 -# Whom: Alex Miller (<asm@asm.kiev.ua>) -# +# Created by: Alex Miller (<asm@asm.kiev.ua>) # $FreeBSD$ -# PORTNAME= HTML_Template_PHPLIB PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= joehorn@gmail.com @@ -17,26 +14,7 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -SCRIPTFILES= html_template_phplibtool -FILES= HTML/Template/PHPLIB.php HTML/Template/PHPLIB/Generator.php \ - HTML/Template/PHPLIB/Helper.php \ - HTML/Template/PHPLIB/Tool.php \ - HTML/Template/PHPLIB/Validator.php -DOCS= README -EXAMPLES= authors.php authors.tpl block.ihtml block.php broken.tpl ittest.php tpl1.ihtml tpl1.php -_DOCSDIR= examples -TESTS= AllTests.php HTML_Template_PHPLIBTest.php \ - HTML_Template_PHPLIB_GeneratorTest.php \ - HTML_Template_PHPLIB_HelperTest.php \ - HTML_Template_PHPLIB_ValidatorTest.php \ - helper.inc \ - templates/block.tpl templates/block2.tpl templates/block3.tpl \ - templates/simple.tpl templates/simple2.tpl - -post-patch: -.for _FILE in ${SCRIPTFILES} - ${MV} ${WRKSRC}/bin/${_FILE} ${WRKSRC}/pear-${_FILE} -.endfor +PEAR_AUTOINSTALL= yes do-install-tests-msg: .USE @${ECHO_MSG} " (These tests require PEAR::Benchmark - see" |