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

(-)Makefile (-4 / +9 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Module-Pluggable
8
PORTNAME=	Module-Pluggable
9
PORTVERSION=	3.8
9
PORTVERSION=	3.8
10
PORTREVISION=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-26 Link Here
14
MAINTAINER=	lth@FreeBSD.org
15
MAINTAINER=	lth@FreeBSD.org
15
COMMENT=	Automatically give your module the ability to have plugins
16
COMMENT=	Automatically give your module the ability to have plugins
16
17
17
RUN_DEPENDS=	p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
18
BUILD_DEPENDS=	${RUN_DEPENDS}
19
20
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
21
19
22
MAN3=		Devel::InnerPackage.3 \
20
MAN3=		Devel::InnerPackage.3 \
23
		Module::Pluggable.3 \
21
		Module::Pluggable.3 \
24
		Module::Pluggable::Object.3
22
		Module::Pluggable::Object.3
25
23
26
.include <bsd.port.mk>
24
.include <bsd.port.pre.mk>
25
26
.if ${PERL_LEVEL} < 500806
27
BUILD_DEPENDS+=	p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
28
RUN_DEPENDS+=	p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 122163