aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Module-Signature/Makefile
blob: 1570be37f62bc15338a5aeaf77f6263b63acf664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    security/p5-Module-Signature
# Date created:             Aug 27 2003
# Whom:                 Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#

PORTNAME=   Module-Signature
PORTVERSION=    0.66
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module signature file manipulation

RUN_DEPENDS=    ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \
        ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN1=       cpansign.1
MAN3=       Module::Signature.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=   p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
.endif

.include <bsd.port.post.mk>