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

24 lines
523 B
Makefile
Raw Normal View History

2005-02-27 18:05:58 -05:00
# $OpenBSD: Makefile,v 1.3 2005/02/27 23:05:58 mbalmer 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/_/-/}
CATEGORIES= textproc pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
2005-02-27 18:05:58 -05:00
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/php5/pear
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>