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

(-)Makefile (-1 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	Email-Send
4
PORTNAME=	Email-Send
5
PORTVERSION=	2.199
5
PORTVERSION=	2.199
6
PORTREVISION=	1
6
CATEGORIES=	mail perl5
7
CATEGORIES=	mail perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 20-23 Link Here
20
USES=		perl5
21
USES=		perl5
21
USE_PERL5=	configure
22
USE_PERL5=	configure
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.pre.mk>
25
26
.if ${PERL_LEVEL} >= 501800
27
BUILD_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
28
RUN_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 194782