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

(-)b/security/p5-Module-Signature/Makefile (-2 / +18 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Module-Signature
8
PORTNAME=	Module-Signature
9
PORTVERSION=	0.68
9
PORTVERSION=	0.68
10
PORTREVISION=	1
10
CATEGORIES=	security perl5
11
CATEGORIES=	security perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 15-22 MAINTAINER= perl@FreeBSD.org Link Here
15
COMMENT=	Module signature file manipulation
16
COMMENT=	Module signature file manipulation
16
17
17
BUILD_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
18
BUILD_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
18
		p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \
19
		p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist
19
		${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
21
22
CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="yes"
22
CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="yes"
Lines 25-32 PERL_CONFIGURE= yes Link Here
25
MAN1=		cpansign.1
25
MAN1=		cpansign.1
26
MAN3=		Module::Signature.3
26
MAN3=		Module::Signature.3
27
27
28
OPTIONS_DEFAULT=	GPG2
29
OPTIONS_MULTI=	GPG
30
OPTIONS_MULTI_GPG=	GPG1 GPG2
31
GPG1_DESC=	Use GnuPG version 1
32
GPG2_DESC=	Use GnuPG version 2
33
28
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
29
35
36
.if ${PORT_OPTIONS:MGPG1}
37
BUILD_DEPENDS+=	${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
38
RUN_DEPENDS+=	${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
39
.endif
40
41
.if ${PORT_OPTIONS:MGPG2}
42
BUILD_DEPENDS+=	${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg
43
RUN_DEPENDS+=	${LOCALBASE}/bin/gpgv2:${PORTSDIR}/security/gnupg
44
.endif
45
30
.if ${PERL_LEVEL} < 501000
46
.if ${PERL_LEVEL} < 501000
31
BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
47
BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
32
RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
48
RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA

Return to bug 172323