22 lines
449 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/12/03 11:44:28 ajacoutot 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
2010-11-24 15:27:00 +00:00
DISTNAME = Config-IniFiles-2.64
REVISION = 0
2009-11-19 08:53:15 +00:00
CATEGORIES = devel
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2009-11-19 08:53:15 +00:00
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>