mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
20 lines
413 B
Makefile
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>
|