aboutsummaryrefslogtreecommitdiff
path: root/devel/cityhash/Makefile
blob: cf79387cd29c82911a42133d938e8f0bc4c3fe2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	cityhash
PORTVERSION=	1.1.1
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Family of hash functions
WWW=		https://code.google.com/p/cityhash/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe libtool
CPE_VENDOR=	google
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	google
GH_TAGNAME=	8af9b8c

.include <bsd.port.mk>