summaryrefslogtreecommitdiff
path: root/www/pecl-twig/Makefile
blob: 5c3de06ee83a3be80b1a803fc97152d694d0da5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$

PORTNAME=	twig
PORTVERSION=	1.24.1
PORTREVISION=	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>