Changes : - Make it work when there is a mismatch between the sizeof(BYTEORDER) and sizeof(long). Based on patch Allen Smith <easmith@beatrice.rutgers.edu>. - Support UTF8 strings in newer versions of Perl.
19 lines
466 B
Makefile
19 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/01/31 10:48:41 shell Exp $
|
|
#
|
|
|
|
DISTNAME= Digest-SHA1-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5sh2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= perl5 module for SHA1
|
|
|
|
CONFLICTS+= p5-Digest-MD5<=2.12
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/SHA1/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|