aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-xslcache/Makefile
blob: d4c1a05efe255642cba36701e22ed0954a070c77 (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
27
# New ports collection makefile for:	pecl-xslcache
# Date created:			2007/10/28
# Whom:				chinsan
#
# $FreeBSD$
#

PORTNAME=	xslcache
PORTVERSION=	0.6
CATEGORIES=	textproc pear
MASTER_SITES=	http://people.freebsd.org/~chinsan/PECL/ \
		LOCAL/chinsan/PECL/ \
		http://code.nytimes.com/downloads/
PKGNAMEPREFIX=	pecl-
DIST_SUBDIR=	PECL

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

DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4

USE_PHP=	dom xml xsl
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes

.include <bsd.port.mk>