diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-02 15:24:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-11-02 15:24:38 +0000 |
commit | f3f7f754121310d8d73b12abac65f37f428fadee (patch) | |
tree | 47416d1bba6ea6609d877bdc5144a4f45e604d06 /security/farmhash/Makefile | |
parent | databases/mysqlwsrep56-server: upgrade 5.6.45-25.27 -> 5.6.46-25.28 (diff) |
New port: security/farmhash: Hash functions for strings and other data
Notes
Notes:
svn path=/head/; revision=516332
Diffstat (limited to 'security/farmhash/Makefile')
-rw-r--r-- | security/farmhash/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/farmhash/Makefile b/security/farmhash/Makefile new file mode 100644 index 000000000000..5405b65be29c --- /dev/null +++ b/security/farmhash/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +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> |