opnsense-ports/security/sha/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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>