mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
408 B
Makefile
23 lines
408 B
Makefile
# Ports collection makefile for: p5-Digest-SHA
|
|
# Date created: Aug 4, 2005
|
|
# Whom: Travis Campbell <hcoyote@ghostar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Digest-SHA
|
|
PORTVERSION= 5.47
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for SHA-1/224/256/384/512
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= shasum.1
|
|
MAN3= Digest::SHA.3
|
|
|
|
.include <bsd.port.mk>
|