- update to 2.38

- add WWW

PR:		51839
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer timeout (> 3 weeks)
This commit is contained in:
Erwin Lansing 2003-07-10 11:00:00 +00:00
parent 70fda5fd30
commit 2e1e5dd432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84585
4 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Config-IniFiles
PORTVERSION= 2.27
PORTVERSION= 2.38
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
@ -17,7 +17,6 @@ COMMENT= Perl5 module for reading .ini-style configuration files
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Config::IniFiles.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Config-IniFiles-2.27.tar.gz) = e042c77244fbaceee5749a82a2db4e07
MD5 (Config-IniFiles-2.38.tar.gz) = 17e39e4244ede0061939dcb80ab6294e

View File

@ -18,3 +18,5 @@ INI files consist of a number of sections, each preceeded with the
section name in square brackets. Parameters are specified in each section
as Name=Value. Any spaces around the equals sign will be i gnored, and the
value extends to the end of the line.
WWW: http://search.cpan.org/dist/Config-IniFiles/

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Config/IniFiles.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/IniFiles
@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
%%SITE_PERL%%/Config/IniFiles.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true