freebsd-ports/security/p5-Digest-SHA-PurePerl/Makefile
Erwin Lansing 22d628b6be Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard.  It gives Perl programmers a convenient way
to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message
digests.  The module can handle all types of input, including
partial-byte data.
Digest::SHA::PurePerl is written entirely in Perl.  If your platform
has a C compiler, you should install the functionally-equivalent
(but much faster) Digest::SHA module.

WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl

PR:		ports/90773
Submitted by:	Gabor Kovesdan
2005-12-22 09:25:34 +00:00

25 lines
621 B
Makefile

# Ports collection Makefile for: p5-Digest-SHA-PurePerl
# Date created: 21 Dec, 2005
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-SHA-PurePerl
PORTVERSION= 5.32
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for SHA-1/224/256/384/512 in pure Perl
PERL_CONFIGURE= yes
MAN1= shasum.1
MAN3= Digest::SHA::PurePerl.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>