freebsd-ports/databases/tarantool-c/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- 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
2016-06-01 13:15:36 +00:00

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>