d7340d5f3f
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl> ok sturm@
20 lines
478 B
Makefile
20 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.6 2005/11/27 09:21:38 steven Exp $
|
|
|
|
COMMENT= "module for reading .ini-style configuration files"
|
|
|
|
DISTNAME= Config-IniFiles-2.39
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GC/GCARLS/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|