pkgsrc/textproc/cityhash/Makefile
rodent 220ece13b9 Import cityhash-1.1.1 as textproc/cityhash.
CityHash provides hash functions for strings. The functions mix the input bits
thoroughly but are not suitable for cryptography.
2013-07-02 11:22:21 +00:00

17 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/02 11:22:21 rodent Exp $
#
DISTNAME= cityhash-1.1.1
CATEGORIES= textproc
MASTER_SITES= http://cityhash.googlecode.com/files/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://code.google.com/p/cityhash/
COMMENT= Provides hash functions for strings
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"