View | Details | Raw Unified | Return to bug 51839 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Config-IniFiles
8
PORTNAME=	Config-IniFiles
9
PORTVERSION=	2.27
9
PORTVERSION=	2.37
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Config
12
MASTER_SITE_SUBDIR=	Config
Lines 17-23 Link Here
17
17
18
PERL_CONFIGURE=	YES
18
PERL_CONFIGURE=	YES
19
19
20
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
21
MAN3=		Config::IniFiles.3
20
MAN3=		Config::IniFiles.3
22
21
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Config-IniFiles-2.27.tar.gz) = e042c77244fbaceee5749a82a2db4e07
1
MD5 (Config-IniFiles-2.37.tar.gz) = b6a15ef97444df8485ce95f583bd6aa2
(-)pkg-descr (+2 lines)
Lines 18-20 Link Here
18
section name in square brackets. Parameters are specified in each section
18
section name in square brackets. Parameters are specified in each section
19
as Name=Value. Any spaces around the equals sign will be i gnored, and the
19
as Name=Value. Any spaces around the equals sign will be i gnored, and the
20
value extends to the end of the line.
20
value extends to the end of the line.
21
22
WWW: http://search.cpan.org/dist/Config-IniFiles/
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Config/IniFiles.pm
1
%%SITE_PERL%%/Config/IniFiles.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/IniFiles
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true

Return to bug 51839