freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile
Frederic Culot f51195062a - Update to 0.14
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-DSA/Changes
Feature safe:	yes
2012-11-19 10:34:45 +00:00

23 lines
461 B
Makefile

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