fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# 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>
|