aboutsummaryrefslogtreecommitdiffstats
path: root/security/sha/Makefile
blob: 7686de6fd4500626913b3ae616b795c6a6c7d707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    sha
# Date created:     20 August 2001
# Whom:         asaddi@philosophysw.com
#
# $FreeBSD$
#

PORTNAME=   sha
PORTVERSION=    1.0.4
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= allan@saddi.com
COMMENT=    Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       sha.1
PLIST_FILES=    bin/sha

.include <bsd.port.mk>