c42825b06c
Parse::PerlConfig provides OO objects which can parse and generate human-readable configuration files.
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 15:59:33 simon Exp $
|
|
|
|
COMMENT= parser for plain-text configuration files
|
|
|
|
MODULES= cpan
|
|
VERSION= 1.7a
|
|
DISTNAME= ParsePlainConfig-${VERSION}
|
|
PKGNAME= p5-Parse-PlainConfig-${VERSION}
|
|
CATEGORIES= devel
|
|
|
|
CPAN_AUTHOR= CORLISS
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|