5816797e9e
SHA-512 PR: 29907 Submitted by: Allan Saddi <asaddi@philosophysw.com>
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# New ports collection makefile for: sha
|
|
# Date created: 20 August 2001
|
|
# Whom: asaddi@philosophysw.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sha
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= asaddi@philosophysw.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= sha.1
|
|
|
|
.include <bsd.port.mk>
|