pkgsrc/security/p5-Crypt-DSA/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

31 lines
923 B
Makefile

# $NetBSD: Makefile,v 1.27 2012/10/03 21:57:27 wiz Exp $
#
DISTNAME= Crypt-DSA-1.17
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"