mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2a7dd78bf9
Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
28 lines
765 B
Makefile
28 lines
765 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fXSL
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.netpirates.net/get/
|
|
PKGNAMEPREFIX= pear-TheSeer_
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= XSL wrapper / extension to the PHP 5.x XSLTProcessor
|
|
|
|
BUILD_DEPENDS= pear>=1.9.1:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
|
RUN_DEPENDS= pear>=1.9.1:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
|
|
|
USE_PHP= dom xml xsl
|
|
PEAR_CHANNEL= theseer
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
IGNORE_WITH_PHP=52
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|