aboutsummaryrefslogtreecommitdiff
path: root/comms/libbtbb/Makefile
blob: 9c648426112368b679b4f9b3d777502ae07cff43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: George V. Neville-Neil <gnn@freebsd.org>
# $FreeBSD$

PORTNAME=	libbtbb
PORTVERSION=	201812R1
PORTREVISION=	2
CATEGORIES=	comms

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Bluetooth Baseband Library

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Uses deprecated version of python
EXPIRATION_DATE=	2020-09-15

BUILD_DEPENDS=	${PYNUMPY}

USES=		cmake \
		python:2.7,build

USE_GITHUB=	yes
GH_ACCOUNT=	greatscottgadgets
GH_TAGNAME=	2018-08-R1

.include <bsd.port.mk>