1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/cityhash/Makefile
Dmitry Marakasov fa56993ea2 - Add CPE info
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-05-17 07:54:20 +00:00

22 lines
369 B
Makefile

# 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
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool
CPE_VENDOR= google
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>