summaryrefslogtreecommitdiff
path: root/security/mhash/Makefile
blob: 5395884f375e889454114f93829b6c1713784f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>