mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8dcaabcd6e
Sponsored by: Absolight
32 lines
626 B
Makefile
32 lines
626 B
Makefile
# Created by: Geoff Garside
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rabbitmq-c
|
|
PORTVERSION= 0.8.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= freebsd@geoffgarside.co.uk
|
|
COMMENT= RabbitMQ C AMQP client library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR}
|
|
|
|
CONFLICTS= rabbitmq-c-[0-9]*
|
|
|
|
USES= cmake pathfix python ssl
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= alanxz
|
|
|
|
OPTIONS_DEFINE= POPT
|
|
OPTIONS_SUB= yes
|
|
POPT_DESC= Popt support in tools
|
|
POPT_LIB_DEPENDS= libpopt.so:devel/popt
|
|
|
|
.include <bsd.port.mk>
|