freebsd-ports/devel/rubygem-cbor/Makefile
2020-09-22 21:08:54 +00:00

17 lines
305 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= cbor
PORTVERSION= 0.5.9.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Library for CBOR binary object representation
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>