20 lines
394 B
Makefile
20 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/10/03 23:32:05 simon Exp $
|
|
|
|
COMMENT= parser for plain-text configuration files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Parse-PlainConfig-2.06
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Paranoid
|
|
|
|
.include <bsd.port.mk>
|