summaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-BloomFilter/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-03-11 11:25:34 +0000
committermaya <maya@pkgsrc.org>2018-03-11 11:25:34 +0000
commitf25fa65c6e416e6bbe8332f388b0ef513cc07dba (patch)
treee715eb7ab9b586965ca9b3105c3da79f458eec44 /math/p5-Algorithm-BloomFilter/Makefile
parent6537b389fb166b3a9b5f21e026bf98bceceb6b7e (diff)
downloadpkgsrc-f25fa65c6e416e6bbe8332f388b0ef513cc07dba.tar.gz
p5-Algorithm-BloomFilter: new package
Perl5 module that implements a simple bloom filter in C/XS
Diffstat (limited to 'math/p5-Algorithm-BloomFilter/Makefile')
-rw-r--r--math/p5-Algorithm-BloomFilter/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/p5-Algorithm-BloomFilter/Makefile b/math/p5-Algorithm-BloomFilter/Makefile
new file mode 100644
index 00000000000..e5c0815b2db
--- /dev/null
+++ b/math/p5-Algorithm-BloomFilter/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 11:25:34 maya Exp $
+
+DISTNAME= Algorithm-BloomFilter-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/
+COMMENT= Simple bloom filter data structure
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Algorithm/BloomFilter/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"