aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-DSA/Makefile
blob: 5c48ce221e05096f638837539daa4a3daf2b8558 (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
# Created by: nork@FreeBSD.org
# $FreeBSD$

PORTNAME=	Crypt-OpenSSL-DSA
PORTVERSION=	0.14
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module to DSA signature verification using OpenSSL

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3

post-patch:
	@${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig

.include <bsd.port.mk>