20 lines
299 B
Makefile
20 lines
299 B
Makefile
|
COMMENT = module for reading .ini-style configuration files
|
||
|
|
||
|
DISTNAME = Config-IniFiles-3.000003
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CPAN_AUTHOR = SHLOMIF
|
||
|
|
||
|
CONFIGURE_STYLE = modbuild
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-IO-stringy
|
||
|
|
||
|
.include <bsd.port.mk>
|