aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-xslcache/Makefile
blob: f1d150ce8ba944f6faf3d04f3fe80c57c5b307d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: chinsan
# $FreeBSD$

PORTNAME=	xslcache
PORTVERSION=	0.7.2
CATEGORIES=	textproc pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Caches the parsed XSL stylesheet between sessions

LICENSE=	PHP301

USES=		tar:tgz
USE_PHP=	dom xml xsl
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=	5

.include <bsd.port.mk>