openbsd-ports/devel/p5-Config-Tiny/Makefile
aanriot 87335bf6f3 import p5-Config-Tiny.
Config::Tiny is a perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
overhead.

ok bernd@
2005-09-16 08:51:18 +00:00

25 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/09/16 08:51:18 aanriot Exp $
COMMENT= "simple methods to Read/Write .ini style files"
DISTNAME= Config-Tiny-2.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
CONFIGURE_STYLE=perl
PKG_ARCH= *
REGRESS_DEPENDS= ::devel/p5-Test-Pod
.include <bsd.port.mk>