Update security/py-cybox to version 2.1.0.7
[dports.git] / security / p5-Crypt-DSA / Makefile
1 # Created by: Michael Haro <mharo@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-DSA
5 PORTVERSION=    1.17
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        DSA signature and key generation
12
13 RUN_DEPENDS=    p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
14                 p5-Convert-PEM>=0:${PORTSDIR}/converters/p5-Convert-PEM \
15                 p5-Data-Buffer>=0:${PORTSDIR}/misc/p5-Data-Buffer \
16                 p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
17 BUILD_DEPENDS:= ${RUN_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>