freebsd-ports/devel/rubygem-msgpack/Makefile
2019-08-05 15:42:44 +00:00

17 lines
258 B
Makefile

# $FreeBSD$
PORTNAME= msgpack
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for MessagePack
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>