17 lines
291 B
Makefile
17 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.17 2016/04/01 18:46:50 sthen Exp $
|
|
|
|
COMMENT = configuration file library for PHP
|
|
|
|
DISTNAME = Config-1.10.12
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = www/pear
|
|
|
|
RUN_DEPENDS = textproc/pear-XML-Parser
|
|
|
|
.include <bsd.port.mk>
|