mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
78450f0a5d
With hat: portmgr-secretary
20 lines
481 B
Makefile
20 lines
481 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= ports@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>
|