freebsd-ports/textproc/pecl-xslcache/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

21 lines
404 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
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Caches the parsed XSL stylesheet between sessions
USE_PHP= dom xml xsl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
.include <bsd.port.mk>