19 lines
342 B
Makefile
19 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:20 espie Exp $
|
|
|
|
COMMENT= parser for plain-text configuration files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Parse-PlainConfig-2.06
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Paranoid
|
|
|
|
.include <bsd.port.mk>
|