aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA256/Makefile
blob: c3dcebda55c66f89c58218cc5c6287b8618d6845 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    p5-Digest-SHA256
# Date created:				2005/03/24
# Whom:					Christopher Nehren
#
# $FreeBSD$
#
# The author of this port needs a good talking-to concerning naming
# consistencies. The definitions of DISTNAME *and* WRKSRC are unfortunately
# necessary at the current time.

PORTNAME=	Digest-SHA256
PORTVERSION=	0.01b
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
PKGNAMEPREFIX=	p5-
DISTNAME=	SHA256-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl5 interface to the SHA256 algorithm

WRKSRC=		${WRKDIR}/SHA256-0.01
PERL_CONFIGURE=	yes

MAN3=	Digest::SHA256.3 Digest::sha256.3

.include <bsd.port.mk>