freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile
2005-10-18 08:37:32 +00:00

25 lines
559 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
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>