freebsd-ports/devel/cityhash/Makefile
Dmitry Marakasov 245ecfc7fe devel/cityhash: cosmetic fixes
- Update WWW
- Optionize DOCS
- Don't install license with docs
2022-11-11 21:06:37 +03:00

24 lines
402 B
Makefile

PORTNAME= cityhash
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Family of hash functions
WWW= https://github.com/google/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
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>