aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-TheSeer_fXSL/Makefile
blob: c2625af4f443dcbad2aa320cbdceddd3d06af887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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=	miwi@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>