aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-PHPTAL/Makefile
blob: ea588b26344f90571218ce3a9a8c82efe11a0574 (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
PORTNAME=	PHPTAL
PORTVERSION=	1.3.0
CATEGORIES=	devel www pear
MASTER_SITES=	https://phptal.org/files/
EXTRACT_SUFX=	.tar.gz

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML/XHTML template library for PHP
WWW=		https://phptal.org/

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		pear php
USE_PHP=	ctype

NO_ARCH=	yes

OPTIONS_DEFINE=	GETTEXT SIMPLEXML
GETTEXT_DESC=	Enable GetText support
SIMPLEXML_DESC=	Enable SimpleXML support

GETTEXT_USE=	PHP=gettext
SIMPLEXML_USE=	PHP=simplexml

.include <bsd.port.mk>