freebsd-ports/databases/tarantool-c/Makefile
Sunpoet Po-Chuan Hsieh 09982779f8 Update to 1.0.1
- Add LICENSE
- Use CMAKE_OFF
- Bump PORTREVISION for package change
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-c/commits/master
2018-03-01 13:35:00 +00:00

24 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= tarantool-c
PORTVERSION= 1.0.1
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C client for Tarantool 1.6+
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libmsgpuck.so:devel/msgpuck
CMAKE_OFF= ENABLE_BUNDLED_MSGPUCK
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= tarantool
GH_TAGNAME= 7bb49a1
post-patch:
@${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|'
.include <bsd.port.mk>