freebsd-ports/security/sha/Makefile

19 lines
336 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
USE_GMAKE= yes
MAN1= sha.1
PLIST_FILES= bin/sha
NO_STAGE= yes
.include <bsd.port.mk>