freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

24 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>