freebsd-ports/textproc/pear-Text_Template/Makefile
Pawel Pekala 1ee02cbff9 Update to version 1.1.2
PR:		ports/171909
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
2012-11-13 19:41:12 +00:00

23 lines
688 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text_Template
PORTVERSION= 1.1.2
CATEGORIES= textproc www pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple template engine
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>