pkgsrc/security/p5-Digest-JHash/Makefile
wiz 8b08eb9641 Update to 0.09:
0.09    2015-05-30
    - Convert to Dist-Zilla.
        - This implies several enhancements including links to the VCS
        repositories in META.yml/META.json.
2015-08-06 09:05:29 +00:00

16 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/08/06 09:05:29 wiz Exp $
DISTNAME= Digest-JHash-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-JHash/
COMMENT= Perl extension for 32 bit Jenkins Hashing Algorithm
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Digest/JHash/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"