freebsd-ports/devel/pear-TheSeer_fDOMDocument/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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