d1e697c4e6
Changelog: https://github.com/twigphp/Twig/blob/v1.28.1/CHANGELOG Approved by: mentors (implicit)
26 lines
610 B
Makefile
26 lines
610 B
Makefile
# Created by: Joe Horn <joehorn@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twig
|
|
PORTVERSION= 1.28.1
|
|
CATEGORIES= www pear
|
|
MASTER_SITES= http://pear.twig-project.org/get/
|
|
DISTNAME= Twig-${PORTVERSION}
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= Flexible, fast, and secure template engine for PHP
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= twig
|
|
NO_ARCH= yes
|
|
|
|
USE_PHP= ctype hash
|
|
WANT_PHP_CLI= yes
|
|
|
|
.include <bsd.port.mk>
|