mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
09982779f8
- Add LICENSE - Use CMAKE_OFF - Bump PORTREVISION for package change - Take maintainership Changes: https://github.com/tarantool/tarantool-c/commits/master
25 lines
462 B
Makefile
25 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>
|