mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2567b37251
TWIG: The flexible, fast, and secure template engine for PHP PR: ports/181848 Submitted by: Joe Horn <joehorn@gmail.com>
22 lines
420 B
Makefile
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>
|