aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-IniFiles
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-10 11:00:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-10 11:00:00 +0000
commit2e1e5dd432a2c163e61d9a58eb811f1086eca0f0 (patch)
tree58c90c3a60c4585d820b0111ecdcfbd112bd8dc6 /devel/p5-Config-IniFiles
parent70fda5fd3027a9bfab8e67259a3af033158920a1 (diff)
downloadports-2e1e5dd432a2c163e61d9a58eb811f1086eca0f0.tar.gz
ports-2e1e5dd432a2c163e61d9a58eb811f1086eca0f0.zip
Notes
Diffstat (limited to 'devel/p5-Config-IniFiles')
-rw-r--r--devel/p5-Config-IniFiles/Makefile3
-rw-r--r--devel/p5-Config-IniFiles/distinfo2
-rw-r--r--devel/p5-Config-IniFiles/pkg-descr2
-rw-r--r--devel/p5-Config-IniFiles/pkg-plist10
4 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile
index 7a836dd53a22..6c77c79742f6 100644
--- a/devel/p5-Config-IniFiles/Makefile
+++ b/devel/p5-Config-IniFiles/Makefile
@@ -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>
diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo
index 3b25a6777244..d4a1b29be4bb 100644
--- a/devel/p5-Config-IniFiles/distinfo
+++ b/devel/p5-Config-IniFiles/distinfo
@@ -1 +1 @@
-MD5 (Config-IniFiles-2.27.tar.gz) = e042c77244fbaceee5749a82a2db4e07
+MD5 (Config-IniFiles-2.38.tar.gz) = 17e39e4244ede0061939dcb80ab6294e
diff --git a/devel/p5-Config-IniFiles/pkg-descr b/devel/p5-Config-IniFiles/pkg-descr
index 64ae3110ddd2..cc602b32333b 100644
--- a/devel/p5-Config-IniFiles/pkg-descr
+++ b/devel/p5-Config-IniFiles/pkg-descr
@@ -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/
diff --git a/devel/p5-Config-IniFiles/pkg-plist b/devel/p5-Config-IniFiles/pkg-plist
index e61076abcda1..040d4343b1fd 100644
--- a/devel/p5-Config-IniFiles/pkg-plist
+++ b/devel/p5-Config-IniFiles/pkg-plist
@@ -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