1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/pecl-twig/Makefile
Li-Wen Hsu 2567b37251 Add devel/pear-channel-twig, www/pecl-twig, www/pear-twig:
TWIG: The flexible, fast, and secure template engine for PHP

PR:		ports/181848
Submitted by:	Joe Horn <joehorn@gmail.com>
2014-01-21 15:54:33 +00:00

22 lines
420 B
Makefile

# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.15.0
CATEGORIES= www
MASTER_SITES= http://pear.twig-project.org/get/
PKGNAMEPREFIX= pecl-
DISTNAME= CTwig-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= joehorn@gmail.com
COMMENT= Twig C extension to improve performance of the Twig template language
LICENSE= BSD
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
.include <bsd.port.mk>