0f0f016a2f
PR: ports/170495 Approved by: maintainer timeout (kuriyama, >6 weeks)
20 lines
370 B
Makefile
20 lines
370 B
Makefile
# New ports collection makefile for: rubygem-msgpack
|
|
# Date created: 19 Jan 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Gems for MessagePack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|