22 lines
367 B
Makefile
22 lines
367 B
Makefile
# New ports collection makefile for: mhash
|
|
# Version required: 5.0
|
|
# Date created: Mon Jan 11 11:53:54 EET 1999
|
|
# Whom: nsayer@freebsd.org
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
DISTNAME= mhash-0.5.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://sasweb.de/mhash/data/
|
|
|
|
MAINTAINER= nsayer@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN3= mhash.3
|
|
|
|
RESTRICTED= "yes - cryptography"
|
|
|
|
.include <bsd.port.mk>
|