summaryrefslogtreecommitdiff
path: root/textproc/cityhash/Makefile
blob: a2052c2a1cb3879be8b2afcb7002f27ba1699139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $

DISTNAME=	cityhash-1.1.1
CATEGORIES=	textproc
MASTER_SITES=	http://cityhash.googlecode.com/files/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/google/cityhash
COMMENT=	Provides hash functions for strings
LICENSE=	mit

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_LANGUAGES=	c c++

.include "../../mk/bsd.pkg.mk"