pkgsrc/security/p5-Digest-MD5/Makefile
heinz 144763c8b7 Update to version 2.33
Take maintainershi.
Add HOMEPAGE.

Changes since 2.30:

2003-12-07   Gisle Aas <gisle@ActiveState.com>
   Release 2.33

   Enable explicit context passing for slight performance
   improvement in threaded perls.

   Tweaks to the Makefile.PL so that it is suitable both for
   core and CPAN use.

2003-12-05   Gisle Aas <gisle@ActiveState.com>
   Release 2.32

   Don't run u32align test program on HP-UX 10.20 as it
   will hang.  Patch by H.Merijn Brand <h.m.brand@hccnet.nl>.

   Fixed documentation typo.

2003-11-28   Gisle Aas <gisle@ActiveState.com>
   Release 2.31

   Inherit add_bits() from Digest::base if available.
2003-12-10 22:08:59 +00:00

22 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.21 2003/12/10 22:08:59 heinz Exp $
#
DISTNAME= Digest-MD5-2.33
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:../p5-Digest
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"