22 lines
567 B
Makefile
22 lines
567 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}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
|
RUN_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
|
|
|
|
USE_PHP= dom xml
|
|
PEAR_CHANNEL= theseer
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|