pkgsrc/security/p5-Digest-MD5/Makefile
mycroft 1f91e92ecd Update from 2.20 to 2.22.
Release 2.22.

   Added clone method.
   Contributed by Holger Smolinski <holger@kunterbunt.bb.bawue.de>

   Release 2.21

   Minor tweaks sync up with bleadperl:
     - VMS optimizer tweaks to the Makefile.PL
     - MacOS support
     - Added alignment test

   Added example to the MD5 POD that shows how to calculate the
   digest of Unicode strings.
2003-01-09 15:52:04 +00:00

19 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.15 2003/01/09 15:52:04 mycroft Exp $
#
DISTNAME= Digest-MD5-2.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md5
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl5 extension interface for MD5 algorithm
CONFLICTS+= p5-MD5-[0-9]*
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD5/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"