openbsd-ports/textproc/pear-XML-Tree/Makefile

20 lines
407 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2009/11/06 09:01:08 jasper Exp $
COMMENT= classes to represent XML data in PHP
2005-02-27 18:05:58 -05:00
DISTNAME= XML_Tree-1.1
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= textproc
MODULES= www/pear
2005-02-27 18:05:58 -05:00
RUN_DEPENDS= :pear-XML-Parser-*:textproc/pear-XML-Parser
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>