pkgsrc/security/p5-Digest-SHA1/Makefile
heinz 50bb14cdd3 Update to version 2.10.
Changes since 2.07
==================

   Release 2.10

   Restore compatibility with perl-5.004 and perl-5.005.

   Release 2.09

   The 2.08 release did not compile with a threaded debugging
   perl, because assert() then needs my_perl.  Fixed by commenting
   out the asserts.

   Release 2.08

   Enable PERL_NO_GET_CONTEXT for more more efficient execution
   on a threaded perl.

   Fix up md5 references.  Patch by Ville Skyttä <ville.skytta@iki.fi>.
2004-05-02 02:27:59 +00:00

24 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/05/02 02:27:59 heinz Exp $
#
DISTNAME= Digest-SHA1-2.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sh2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA1/
COMMENT= Perl5 module for SHA1
DEPENDS+= p5-Digest>=1.00:../p5-Digest
CONFLICTS+= p5-Digest-MD5<=2.12
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/SHA1/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"