1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/pear-twig/Makefile
Sunpoet Po-Chuan Hsieh 8de6c9325c - Update to 1.15.1
- While I'm here, update LICENSE

Changes:	https://github.com/fabpot/Twig/blob/master/CHANGELOG
PR:		ports/187832
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-03-24 12:32:16 +00:00

27 lines
684 B
Makefile

# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.15.1
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
LICENSE= BSD3CLAUSE
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>