pkgsrc/security/p5-Digest-MD5/Makefile
wiz 8aeccee461 Update to 2.36:
2005-11-30   Gisle Aas

   Release 2.36

   Fix documentation typo.



2005-11-26   Gisle Aas

   Release 2.35

   Forgot to incorporate fixes already applied to bleadperl :-(
     - doc typo
     - consting
     - unused my_na
     - USE_HEAP_INSTEAD_OF_STACK for Symbian



2005-11-26   Gisle Aas

   Release 2.34

   Document that it is now easy to generate different messages that produce the
   same MD5 digest.

   Use XSLoader; perl-5.6 is now required.

   Tweaks to the processing of $? after running the test program.
2006-01-01 22:29:57 +00:00

23 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.28 2006/01/01 22:29:57 wiz Exp $
#
DISTNAME= Digest-MD5-2.36
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md5
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-MD5/
COMMENT= Perl5 extension interface for MD5 algorithm
DEPENDS+= p5-Digest>=1.00:../../security/p5-Digest
CONFLICTS+= p5-MD5-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Digest/MD5/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"