17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:45:16 sthen Exp $
|
|
|
|
COMMENT = configuration file library for PHP
|
|
|
|
DISTNAME = Config-1.10.12
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = www/pear
|
|
|
|
RUN_DEPENDS = textproc/pear-XML-Parser
|
|
|
|
.include <bsd.port.mk>
|