2005-02-27 18:05:58 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2005/02/27 23:05:58 mbalmer Exp $
|
2003-05-23 17:13:15 -04:00
|
|
|
|
|
|
|
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/_/-/}
|
2003-05-23 17:13:15 -04:00
|
|
|
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
|
2003-05-23 17:13:15 -04:00
|
|
|
|
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|