pkgsrc/security/p5-Digest-MD4/Makefile
2018-08-22 09:43:40 +00:00

17 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.31 2018/08/22 09:46:26 wiz Exp $
DISTNAME= Digest-MD4-1.9
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
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"