freebsd-ports/devel/amqp-cpp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
469 B
Makefile

PORTNAME= amqp-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.4
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= aleksandr.fedorov@vstack.com
COMMENT= C++ library for asynchronous non-blocking communication with RabbitMQ
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ON= AMQP-CPP_LINUX_TCP AMQP-CPP_BUILD_SHARED
USE_GITHUB= yes
GH_ACCOUNT= CopernicaMarketingSoftware
GH_PROJECT= AMQP-CPP
.include <bsd.port.mk>