aboutsummaryrefslogtreecommitdiff
path: root/security/sha/Makefile
blob: a8c1e5b8555e234ed7f9502b655f3e39a2fb972e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: asaddi@philosophysw.com

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
USES=	gmake

PLIST_FILES=	bin/sha \
		man/man1/sha.1.gz

.include <bsd.port.mk>