aboutsummaryrefslogtreecommitdiff
path: root/security/scrypt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-29 11:56:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-29 11:56:22 +0000
commite741fcf7f9917a341df6b98d2529e31ba2fca34f (patch)
tree91abe501a4fb3a9984aafceaa3118f882ee87bc3 /security/scrypt/Makefile
parent6c14855e8ff4d61991216b86451b7cdee246344b (diff)
Notes
Diffstat (limited to 'security/scrypt/Makefile')
-rw-r--r--security/scrypt/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile
new file mode 100644
index 000000000000..a9d19ebf85c3
--- /dev/null
+++ b/security/scrypt/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: scrypt
+# Date created: 26 May, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scrypt
+PORTVERSION= 1.1.3
+CATEGORIES= security
+MASTER_SITES= http://www.tarsnap.com/scrypt/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Key Derivation Function
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+PLIST_FILES= bin/scrypt
+
+MAN1= scrypt.1
+
+.include <bsd.port.mk>