freebsd-ports/devel/pear-TheSeer_fDOMDocument/Makefile
Sunpoet Po-Chuan Hsieh 43c5a1c7a8 - Update to 1.4.3
Changes:	https://github.com/theseer/fDOMDocument/#changelog
PR:		ports/186526
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-02-11 16:51:36 +00:00

28 lines
772 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= fDOMDocument
PORTVERSION= 1.4.3
CATEGORIES= devel www pear
MASTER_SITES= http://pear.netpirates.net/get/
PKGNAMEPREFIX= pear-TheSeer_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to PHP\'s standard DOM
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
USE_PHP= dom xml
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>