pkgsrc/security/p5-Crypt-OpenSSL-DSA/Makefile
heinz 314650a33d Updated to version 0.13.
Pkgsrc changes:
  none

Relevant changes since version 0.11:
=============================================
- Removed all use of strlen() in DSA.xs so signatures with nulls,
  as commonly generated with sha1, could be signed/verified,
  and added more tests
2006-02-15 22:08:19 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/02/15 22:08:19 heinz Exp $
#
DISTNAME= Crypt-OpenSSL-DSA-0.13
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ods
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL DSA functions
PERL5_PACKLIST= auto/Crypt/OpenSSL/DSA/.packlist
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"