671b069a77
-- Config::IniFiles provides a way to have readable configuration files outside your Perl script. The configuration can be safely reloaded upon receipt of a signal. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. Ini files consist of a number of sections, each preceeded with the section name in square brackets. Parameters are specified in each section as Name=Value. Any spaces around the equals sign will be ignored, and the value extends to the end of the line.
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/03 02:58:54 brad Exp $
|
|
|
|
COMMENT= "module for reading .ini-style configuration files"
|
|
|
|
DISTNAME= Config-IniFiles-2.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.500
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Config
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|