mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
93b7ed7f50
These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# Ports collection makefile for: pear-HTML_Template_IT
|
|
# Date created: 02 September 2003
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML_Template_IT
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR template API
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= HTML/Template
|
|
FILES= IT.php ITX.php IT_Error.php
|
|
EXAMPLES= sample_it.php templates/main.tpl.htm
|
|
TESTS= templates/addblock.html templates/blockiteration.html \
|
|
templates/blocks.html templates/globals.html templates/__include.html \
|
|
templates/include.html templates/loadtemplatefile.html \
|
|
templates/replaceblock.html Console_TestListener.php IT_api_testcase.php \
|
|
IT_usage_testcase.php ITX_api_testcase.php ITX_usage_testcase.php test.php
|
|
|
|
do-install-tests-msg: .USE
|
|
@${ECHO_MSG} " (These tests require PHPUnit - see"
|
|
@${ECHO_MSG} " <http://pear.php.net/package-info.php?package=PHPUnit>;;)."
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|