pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 1.16 2009.09.11 - Switching to production release - Switching to non-development version 0.15_01 2009.02.13 - Updated to Module::Install 0.91 - Added a consistent $VERSION across the entire distro - Removed the optional dependency on Convert::PEM for more consistent downstream packaging (it was pointless to ask since most people don't know what it is anyways). - Data::Buffer has almost perfect CPAN Testers PASS, so always install it (plus, SSH2 is common now). - Added some missing dependencies to the Makefile.PL - Removed the sign(1) and auto_install (which was dangerous) - Removed all the magic repository tags that would change depending on who was maintaining it. - Adding missing test_requires for Test.pm and Test::More (I'll migrate the remaining tests away from Test.pm next release) - Merged the ToDo file into the POD
27 lines
829 B
Makefile
27 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/09/19 22:22:34 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-DSA-1.16
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|