freebsd-ports/textproc/pecl-xslcache/Makefile
2016-12-22 12:00:08 +00:00

21 lines
410 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= xslcache
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= joneum@bsdproject.de
COMMENT= Caches the parsed XSL stylesheet between sessions
LICENSE= PHP301
USES= php:ext tar:tgz
USE_PHP= dom:build xml:build xsl:build
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>