aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cityhash/Makefile
blob: abb92497c539d821225c60394c2ed5d78801c3e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cityhash
PORTVERSION=    1.1.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= vg@FreeBSD.org
COMMENT=    Family of hash functions

LICENSE=    MIT

USES=       libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>