View | Details | Raw Unified | Return to bug 51838
Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Config-General
8
PORTNAME=	Config-General
9
PORTVERSION=	2.15
9
PORTVERSION=	2.19
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-24 Link Here
17
17
18
PERL_CONFIGURE=	YES
18
PERL_CONFIGURE=	YES
19
19
20
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
21
MAN3=		Config::General::Extended.3 Config::General::Interpolated.3 \
20
MAN3=		Config::General::Extended.3 Config::General::Interpolated.3 \
22
		Config::General.3
21
		Config::General.3
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.pre.mk>
24
25
.if ${PERL_LEVEL} <= 500600
26
BUILD_DEPENDS=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
27
RUN_DEPENDS=	${BUILD_DEPENDS}
28
.endif
29
30
.include <bsd.port.post.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Config-General-2.15.tar.gz) = bacd6f23edb4a45b78129ed5485f415a
1
MD5 (Config-General-2.19.tar.gz) = 53d56dd9a23f062001721d78ec77e6b3
(-)pkg-descr (+2 lines)
Lines 2-4 Link Here
2
Apache's httpd.conf file format.  It features some enhancements such
2
Apache's httpd.conf file format.  It features some enhancements such
3
as here-documents, C-style commends and multiline options.  Both
3
as here-documents, C-style commends and multiline options.  Both
4
reading and writing of configuration files is supported.
4
reading and writing of configuration files is supported.
5
6
WWW: http://search.cpan.org/dist/Config-General/
(-)pkg-plist (-8 / +8 lines)
Lines 1-8 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Config/General.pm
1
%%SITE_PERL%%/Config/General.pm
2
lib/perl5/site_perl/%%PERL_VER%%/Config/General/Extended.pm
2
%%SITE_PERL%%/Config/General/Extended.pm
3
lib/perl5/site_perl/%%PERL_VER%%/Config/General/Interpolated.pm
3
%%SITE_PERL%%/Config/General/Interpolated.pm
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General/.packlist
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General/.packlist
5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/General
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/General
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
6
@dirrm %%SITE_PERL%%/Config/General
7
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config/General 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true
8
@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true

Return to bug 51838