pkgsrc/devel/cmph/Makefile
alnsn fbd3596e1a Update devel/cmph to version 2.0.
Prompted by beta.repology.org.

News for version 2.0

   Cleaned up most warnings for the c code.

   Experimental C++ interface (--enable-cxxmph) implementing the
   BDZ algorithm in a convenient interface, which serves as the
   basis for drop-in replacements for std::unordered_map,
   sparsehash::sparse_hash_map and sparsehash::dense_hash_map.
   Potentially faster lookup time at the expense of insertion time.
   See cxxmpph/mph_map.h and cxxmph/mph_index.h for details.
2016-11-20 12:22:48 +00:00

20 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/11/20 12:22:48 alnsn Exp $
DISTNAME= cmph-2.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmph/}
MAINTAINER= alnsn@NetBSD.org
HOMEPAGE= http://cmph.sourceforge.net/
COMMENT= C Minimal Perfect Hashing Library
LICENSE= gnu-lgpl-v2 OR mpl-1.1
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_DIRS= tests
TEST_TARGET= check
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/bsd.pkg.mk"