2001-10-04 05:39:58 +02:00
|
|
|
# New ports collection makefile for: sha
|
|
|
|
# Date created: 20 August 2001
|
|
|
|
# Whom: asaddi@philosophysw.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sha
|
2002-10-23 16:44:33 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2001-10-04 05:39:58 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-10-23 16:44:33 +02:00
|
|
|
MAINTAINER= allan@saddi.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512
|
2001-10-04 05:39:58 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= sha.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|