Tweak net/gssdp version 0.14.10
[dports.git] / devel / pear-PHPTAL / Makefile
1 # Created by: Tom Judge <tom@tomjudge.com>
2 # $FreeBSD$
3
4 PORTNAME=       PHPTAL
5 PORTVERSION=    1.2.2
6 CATEGORIES=     devel www pear
7 MASTER_SITES=   http://phptal.org/files/
8
9 MAINTAINER=     tj@FreeBSD.org
10 COMMENT=        PEAR PHPTAL is a XML/XHTML template library for PHP
11
12 OPTIONS_DEFINE= GETTEXT SIMPLEXML JSON
13 GETTEXT_DESC=   Enable GetText Support
14 SIMPLEXML_DESC= Enable SimpleXML Support
15 JSON_DESC=      Enable JSON Support
16
17 EXTRACT_SUFX=   .tar.gz
18 USES=   pear
19
20 USE_PHP=        ctype hash
21
22 GETTEXT_USE=    PHP=gettext
23 SIMPLEXML_USE=  PHP=simplexml
24 JSON_USE=       PHP=json
25
26 .include <bsd.port.mk>