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@
This commit is contained in:
parent
861f2fadd6
commit
87335bf6f3
24
devel/p5-Config-Tiny/Makefile
Normal file
24
devel/p5-Config-Tiny/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $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>
|
4
devel/p5-Config-Tiny/distinfo
Normal file
4
devel/p5-Config-Tiny/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Config-Tiny-2.02.tar.gz) = b5adfbf8561a4be3c898eb236ad3af01
|
||||
RMD160 (Config-Tiny-2.02.tar.gz) = 3e8566f85a68769385e06f8d4d817b8766963dee
|
||||
SHA1 (Config-Tiny-2.02.tar.gz) = b35b06531f6d6290d610c63b88ba1090f9085880
|
||||
SIZE (Config-Tiny-2.02.tar.gz) = 13872
|
3
devel/p5-Config-Tiny/pkg/DESCR
Executable file
3
devel/p5-Config-Tiny/pkg/DESCR
Executable file
@ -0,0 +1,3 @@
|
||||
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.
|
4
devel/p5-Config-Tiny/pkg/PLIST
Normal file
4
devel/p5-Config-Tiny/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/16 08:51:18 aanriot Exp $
|
||||
${P5SITE}/Config/
|
||||
${P5SITE}/Config/Tiny.pm
|
||||
@man man/man3p/Config::Tiny.3p
|
Loading…
Reference in New Issue
Block a user