mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# Created by: 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
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/sha \
|
|
man/man1/sha.1.gz
|
|
|
|
.include <bsd.port.mk>
|