7596e9930b
- switch to modbuild
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.11 2009/02/03 22:36:26 jasper Exp $
|
|
|
|
COMMENT= module for reading .ini-style configuration files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Config-IniFiles-2.47
|
|
CATEGORIES= devel
|
|
CPAN_AUTHOR= SHLOMIF
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|