1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/pecl-twig/Makefile
Sunpoet Po-Chuan Hsieh 57139dcc7f - Update to 1.15.1
- 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)
2014-05-24 14:12:43 +00:00

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>