17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:45:04 sthen Exp $
|
|
|
|
COMMENT= parser for plain-text configuration files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Parse-PlainConfig-2.06
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Paranoid
|
|
|
|
.include <bsd.port.mk>
|