summaryrefslogtreecommitdiff
path: root/security/merkletree/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2014-03-05 05:19:25 +0000
committeragc <agc@pkgsrc.org>2014-03-05 05:19:25 +0000
commitcf6a346ef1a5a92c4cf4e29ced2b0d34ad0038b9 (patch)
tree189504fc23f4cafa10a442e46f21edeaf9b62be1 /security/merkletree/Makefile
parentafaf639c41681b3782959143a7fa2094a0f5e9d2 (diff)
downloadpkgsrc-cf6a346ef1a5a92c4cf4e29ced2b0d34ad0038b9.tar.gz
Initial import of merkletree-20140304 into the Packages Collection
The merkletree(1) command performs Merkle tree calculation and verification on the input data. This allows the establishment of the block positions (i.e. relative neighbourhood) of any changed data.
Diffstat (limited to 'security/merkletree/Makefile')
-rw-r--r--security/merkletree/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/merkletree/Makefile b/security/merkletree/Makefile
new file mode 100644
index 00000000000..f7d3b21fa4e
--- /dev/null
+++ b/security/merkletree/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2014/03/05 05:19:25 agc Exp $
+
+DISTNAME= merkletree-20140304
+CATEGORIES= security
+MASTER_SITES= # not used
+DISTFILES= # not used
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://www.NetBSD.org/
+COMMENT= Library and utility to calculate merkle trees
+LICENSE= modified-bsd
+
+AUTO_MKDIRS= yes
+GNU_CONFIGURE= yes
+
+do-extract:
+ ${CP} -R ${FILESDIR} ${WRKSRC}
+
+.include "../../security/libmultigest/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"