2014-01-21 15:54:33 +00:00
|
|
|
# Created by: Joe Horn <joehorn@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twig
|
2014-03-24 12:32:16 +00:00
|
|
|
PORTVERSION= 1.15.1
|
2014-01-21 15:54:33 +00:00
|
|
|
CATEGORIES= www pear
|
|
|
|
MASTER_SITES= http://pear.twig-project.org/get/
|
|
|
|
DISTNAME= Twig-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
|
|
COMMENT= The flexible, fast, and secure template engine for PHP
|
|
|
|
|
2014-03-24 12:32:16 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
2014-01-21 15:54:33 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
|
|
|
|
|
|
|
|
PEAR_CHANNEL= twig
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
|
|
|
|
USE_PHP= ctype hash
|
|
|
|
WANT_PHP_CLI= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|