pkgsrc/security/p5-Digest-MD4/Makefile

17 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.30 2017/06/05 14:24:32 ryoon Exp $
DISTNAME= Digest-MD4-1.9
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-MD4/
COMMENT= Perl5 module for MD4 hash algorithm
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Digest/MD4/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"