pkgsrc-wip/pear-fDOMDocument/Makefile

18 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/02/11 21:04:10 noud4 Exp $
#
DISTNAME= fDOMDocument-1.4.2
CATEGORIES= devel
MASTER_SITES+= http://pear.netpirates.net/get/
MAINTAINER= noud4@users.sourceforge.net
HOMEPAGE= http://pear.netpirates.net/
COMMENT= Extension to PHP\'s standard DOM to add methods and exceptions
LICENSE= modified-bsd # XXX unsure which bsd license
BUILD_DEPENDS+= ${PHP_PKG_PREFIX}-pear-channel-theseer-[0-9]*:../../wip/pear-channel-theseer
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"