19 lines
361 B
Makefile
Raw Normal View History

2015-07-14 23:31:56 +00:00
# $OpenBSD: Makefile,v 1.30 2015/07/14 23:31:56 jasper Exp $
2009-11-19 08:53:15 +00:00
COMMENT = module for reading .ini-style configuration files
2009-11-19 08:53:15 +00:00
MODULES = cpan
2015-07-14 23:31:56 +00:00
DISTNAME = Config-IniFiles-2.88
2009-11-19 08:53:15 +00:00
CATEGORIES = devel
2009-11-19 08:53:15 +00:00
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
2009-11-19 08:53:15 +00:00
# Perl
PERMIT_PACKAGE_CDROM = Yes
2011-03-10 17:59:56 +00:00
CPAN_AUTHOR = SHLOMIF
2009-11-19 08:53:15 +00:00
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>