aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-PHPTAL/Makefile
blob: 21bb865287eca05739cd1d626372780f636d8917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$

PORTNAME=   PHPTAL
PORTVERSION=    1.2.2
CATEGORIES= devel www pear
MASTER_SITES=   http://phptal.org/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    PEAR PHPTAL is a XML/XHTML template library for PHP

OPTIONS_DEFINE= GETTEXT SIMPLEXML JSON
GETTEXT_DESC=   Enable GetText Support
SIMPLEXML_DESC= Enable SimpleXML Support
JSON_DESC=  Enable JSON Support

EXTRACT_SUFX=   .tar.gz
USES=   pear

USE_PHP=    ctype hash

GETTEXT_USE=    PHP=gettext
SIMPLEXML_USE=  PHP=simplexml
JSON_USE=   PHP=json

.include <bsd.port.mk>