1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/pecl-twig/Makefile
Jochen Neumeister 6e2692201f Update to 1.29.0
2018-05-16 17:10:17 +00:00

20 lines
413 B
Makefile

# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$
PORTNAME= twig
PORTVERSION= 1.29.0
CATEGORIES= www
MASTER_SITES= http://pear.twig-project.org/get/
PKGNAMEPREFIX= pecl-
DISTNAME= CTwig-${PORTVERSION}
MAINTAINER= joneum@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 71 72
.include <bsd.port.mk>