freebsd-ports/devel/pear-HTML_Template_PHPLIB/Makefile
Martin Wilke 42f1742f39 - Update to 1.3.3
PR:		120965
Submitted by:	miwi
Approved by:	maintainer
2008-02-25 08:41:51 +00:00

34 lines
1.1 KiB
Makefile

# Ports collection makefile for: pear-HTML_Template_PHPLIB
# Date created: 04 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= HTML_Template_PHPLIB
PORTVERSION= 1.3.3
CATEGORIES= devel www pear
MAINTAINER= bg1tpt@gmail.com
COMMENT= PEAR template API ported from PHPLIB
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= HTML/Template/PHPLIB.php
DOCS= README
EXAMPLES= authors.php authors.tpl block.ihtml block.php ittest.php tpl1.ihtml tpl1.php
_DOCSDIR= examples
TESTS= AllTests.php HTML_Template_PHPLIBTest.php \
templates/block.tpl templates/block2.tpl templates/block3.tpl \
templates/simple.tpl templates/simple2.tpl
do-install-tests-msg: .USE
@${ECHO_MSG} " (These tests require PEAR::Benchmark - see"
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=Benchmark>;;;)."
@${ECHO_MSG} " (These tests also require PEAR::PHPUnit - see"
@${ECHO_MSG} " <http://pear.php.net/package/PHPUnit>;;;)."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>