openbsd-ports/devel/pear-Config/Makefile
avsm e6ce2e2259 initial import of pear-Config-1.6
--
The Pear-Config package provides methods for manipulation configuration
information needed by PHP applications.  Features include:

* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache, etc)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives, etc
* Parses configurations into an XML tree structure
2003-05-24 18:47:18 +00:00

23 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/24 18:47:18 avsm Exp $
COMMENT= "configuration file library for PHP"
V= 1.6
DISTNAME= Config-${V}
PKGNAME= pear-${DISTNAME}
CATEGORIES= devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>