blob: 281459f72cb0982ca82bcc7d2029443306cabcad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= farmhash
DISTVERSION= g20190513
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Hash functions for strings and other data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++11-lib gmake libtool
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= 0d859a8
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PLIST_FILES= include/farmhash.h \
lib/libfarmhash.a \
lib/libfarmhash.so \
lib/libfarmhash.so.0 \
lib/libfarmhash.so.0.0.0
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.mk>
|