mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
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>
|