aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-cbor/Makefile
blob: 623e4a8380fe8a4994c4119b2ed5359c33e74196 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	cbor
PORTVERSION=	0.5.9.8
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Library for CBOR binary object representation
WWW=		https://cbor.io/

LICENSE=	APACHE20

USES=		gem

PIE_UNSAFE=	yes

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD
CONFIGURE_ARGS+=	--with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif

.include <bsd.port.mk>