19 lines
412 B
Makefile
19 lines
412 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
PORTNAME= fXSL
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.netpirates.net/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}TheSeer_
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= XSL wrapper / extension to the PHP 5.x XSLTProcessor
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PHP= dom xml xsl
|
|
PEAR_CHANNEL= theseer
|
|
USES= pear php
|
|
|
|
.include <bsd.port.mk>
|