opnsense-ports/textproc/pecl-xslcache/Makefile
Franco Fichtner 213adc5cef */*: sync with upstream
Taken from: FreeBSD
2016-06-28 20:04:47 +02:00

20 lines
390 B
Makefile

# 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= miwi@FreeBSD.org
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>