diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:00 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:00 +0000 |
commit | 59aa1dc2a45b1b2551136418c2aa0976132010a4 (patch) | |
tree | 9a328d861d13387af488bbc6dc39a592cfeb8b82 /security/mhash/Makefile | |
parent | 15c5eaf3945de9ba128ab85a5926a47a0e9a17fe (diff) | |
download | ports-59aa1dc2a45b1b2551136418c2aa0976132010a4.tar.gz ports-59aa1dc2a45b1b2551136418c2aa0976132010a4.zip |
Notes
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile new file mode 100644 index 000000000000..5395884f375e --- /dev/null +++ b/security/mhash/Makefile @@ -0,0 +1,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> |