mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
57139dcc7f
- While I'm here: - Update LICENSE - Use USES=tar:tgz Changes: http://blog.twig.sensiolabs.org/post/76516378862/twig-1-15-1-released PR: ports/190123 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# Created by: Joe Horn <joehorn@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twig
|
|
PORTVERSION= 1.15.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pear.twig-project.org/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DISTNAME= CTwig-${PORTVERSION}
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
COMMENT= Twig C extension to improve performance of the Twig template language
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
USES= tar:tgz
|
|
|
|
.include <bsd.port.mk>
|