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

PORTNAME=	xslcache
PORTVERSION=	0.7.2
PORTREVISION=	1
CATEGORIES=	textproc pear

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

LICENSE=	PHP301

USES=		php:pecl
USE_PHP=	dom:build xml:build xsl:build
IGNORE_WITH_PHP=	70

.include <bsd.port.mk>