pkgsrc/security/p5-Crypt-DSA/Makefile
gls d183fa2359 Update security/p5-Crypt-DSA to 1.17
1.17 2011.06.16
- Upgrade to Module::Install 1.01
- Added support for OpenSSL 1.0.0 dsaparam format change.
- Requires perl 5.6 now
- Fixes for 64-bit support

While here, fix SA46275, with upstream patch from
https://rt.cpan.org/Public/Bug/Display.html?id=71421
2011-10-06 19:22:02 +00:00

30 lines
904 B
Makefile

# $NetBSD: Makefile,v 1.25 2011/10/06 19:22:02 gls Exp $
#
DISTNAME= Crypt-DSA-1.17
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dsa
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DSA/
COMMENT= Perl5 module for the DSA public key algorithm
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Data-Buffer>=0.01:../../devel/p5-Data-Buffer
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Convert-PEM>=0.07:../../textproc/p5-Convert-PEM
DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/DSA/.packlist
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"