freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile

27 lines
575 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Crypt-OpenSSL-DSA
# Date created: 2002/09/20
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Crypt-OpenSSL-DSA
2003-02-11 17:00:31 +01:00
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
2003-02-22 17:16:12 +01:00
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>