mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
513 B
Makefile
25 lines
513 B
Makefile
# New ports collection makefile for: p5-Crypt-OpenSSL-DSA
|
|
# Date created: 2002/09/20
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-OpenSSL-DSA
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module to DSA signature verification using OpenSSL
|
|
|
|
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>
|