openbsd-ports/security/p5-Digest-SHA/Makefile
steven a34f77700d import p5-Digest-SHA-5.32
Digest::SHA 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.

submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
help and ok sturm@
2005-12-14 22:14:39 +00:00

23 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $
SHARED_ONLY= Yes
COMMENT= "perl extension for SHA-1/224/256/384/512"
DISTNAME= Digest-SHA-5.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>