pkgsrc/security/p5-Digest-SHA/Makefile
heinz 579135ac6c Updated to version 5.44.
Pkgsrc changes:
  - The package supports installation to DESTDIR
  - A C compiler is necessary.

Changes since version 5.43:
===========================
5.44  Sat Oct 14 00:42:44 MST 2006
	- removed SIGNATURE file from distribution
		-- spurious errors from CPANPLUS can break build
	- eliminated ppport.h header file
		-- significantly reduces size of distribution
	- modified C functions in src/hmac.c to use ANSI prototypes
		-- thanks to Jarkko Hietaniemi for patch
2007-05-17 17:00:19 +00:00

20 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/05/17 17:00:19 heinz Exp $
#
DISTNAME= Digest-SHA-5.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
COMMENT= Perl module for SHA-1/224/256/384/512 algorithms
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Digest/SHA/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"