ports/textproc/pear-Text_Template/Makefile
Jochen Neumeister 716e15548a - Unbreak: this fetches fine
PR:		220991
Submitted by:	Niels Kobschaetzki <niels@kobschaetzki.net>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11834
2017-08-04 14:31:45 +00:00

19 lines
482 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text_Template
PORTVERSION= 1.2.0
CATEGORIES= textproc www pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= joneum@FreeBSD.org
COMMENT= Simple template engine
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>