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

(-)Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Class-Container
8
PORTNAME=	Class-Container
9
PORTVERSION=	0.09
9
PORTVERSION=	0.10
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=	Class
12
MASTER_SITE_SUBDIR=	Class
Lines 19-26 Link Here
19
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
22
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
23
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
24
22
25
MAN3=		Class::Container.3
23
MAN3=		Class::Container.3
26
24
Lines 28-33 Link Here
28
26
29
.if ${PERL_LEVEL} < 500800
27
.if ${PERL_LEVEL} < 500800
30
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
28
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
29
.endif
30
31
.if ${PERL_LEVEL} < 500600
32
IGNORE="require perl 5.6.x or higher"
31
.endif
33
.endif
32
34
33
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Class-Container-0.09.tar.gz) = 55e2e16ad5fd6616a5a1853627761656
1
MD5 (Class-Container-0.10.tar.gz) = 03ba631bba8783f0a0d458513dd85f31
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Class/Container.pm
1
%%SITE_PERL%%/Class/Container.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Container/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Container
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Container
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
5
@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true

Return to bug 51803