freebsd-ports/www/pecl-twig/Makefile
Mathieu Arnold dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00

19 lines
403 B
Makefile

# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.24.1
CATEGORIES= www
MASTER_SITES= http://pear.twig-project.org/get/
PKGNAMEPREFIX= pecl-
DISTNAME= CTwig-${PORTVERSION}
MAINTAINER= tz@FreeBSD.org
COMMENT= Twig C extension to improve performance of the Twig template language
LICENSE= BSD3CLAUSE
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>