675b0f4d9c
The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# New ports collection makefile for: p5-SHA
|
|
# Date created: Sep 30, 2002
|
|
# Whom: Jim Geovedi <jim@corebsd.or.id>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SHA
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SHA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jim@corebsd.or.id
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SHA.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|