77f8276a88
- Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
20 lines
339 B
Makefile
20 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tarantool-c
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= C client for Tarantool 1.6+
|
|
|
|
LIB_DEPENDS= libmsgpuck.so:devel/msgpuck
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tarantool
|
|
GH_TAGNAME= a251965
|
|
|
|
USES= cmake
|
|
CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false
|
|
|
|
.include <bsd.port.mk>
|