mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add p5-Config-Ini
Perl interface to MS-Windows registry and .ini files PR: 28240 Submitted by: Christopher Elkins <chrise@scardini.com>
This commit is contained in:
parent
144580b726
commit
93db95a782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44850
@ -294,6 +294,7 @@
|
||||
SUBDIR += p5-Class-MethodMaker
|
||||
SUBDIR += p5-Class-Singleton
|
||||
SUBDIR += p5-Class-Tom
|
||||
SUBDIR += p5-Config-Ini
|
||||
SUBDIR += p5-Config-IniFiles
|
||||
SUBDIR += p5-Config-Setting
|
||||
SUBDIR += p5-ConfigReader
|
||||
|
24
devel/p5-Config-Ini/Makefile
Normal file
24
devel/p5-Config-Ini/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Config-Ini
|
||||
# Date created: 17 June 2001
|
||||
# Whom: Christopher Elkins <chrise@scardini.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Config-Ini
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Config
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Config::Ini.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Config-Ini/distinfo
Normal file
1
devel/p5-Config-Ini/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Config-Ini-1.07.tar.gz) = 10b46245ca1699b6c64b5ae87668ff12
|
1
devel/p5-Config-Ini/pkg-comment
Normal file
1
devel/p5-Config-Ini/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl interface to MS-Windows registry and .ini files
|
4
devel/p5-Config-Ini/pkg-descr
Normal file
4
devel/p5-Config-Ini/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Config::Ini provides easy access to MS-Windows style .ini files, Unreal
|
||||
style extended .ini files (where multiple values can be associated with
|
||||
a single key), as well as registry files with automatic conversion from
|
||||
native Perl to Windows registry data encoding and vice versa.
|
5
devel/p5-Config-Ini/pkg-plist
Normal file
5
devel/p5-Config-Ini/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Config/Ini.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Ini/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Ini
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user