mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5cdeb99d42
Changelog: https://github.com/twigphp/Twig/blob/v1.28.1/CHANGELOG Approved by: mentors (implicit)
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# Created by: Joe Horn <joehorn@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twig
|
|
PORTVERSION= 1.28.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>
|