forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
328 B
Makefile
18 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>
|