mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
28 lines
665 B
Makefile
28 lines
665 B
Makefile
# 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= CPAN
|
|
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>
|