freebsd-ports/textproc/pecl-xslcache/Makefile
Chin-San Huang 15c55082cd Add pecl-xslcache, the XSL Cache extension is a modification of PHP's standard XSL extension
that caches the parsed XSL stylesheet representation between sessions for
2.5x boost in performance!

WWW: http://code.nytimes.com/projects/xslcache/
2007-10-28 11:14:34 +00:00

27 lines
545 B
Makefile

# 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>