aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-iproto/Makefile
blob: af0e8effd3122fff1af95913e9e6275921aeaf83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	iproto
PORTVERSION=	0.3.10
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	vg@FreeBSD.org
COMMENT=	Ruby implementation of Mail.Ru iproto protocol

RUN_DEPENDS=	rubygem-bin_utils>=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils

RUBY_VER=	1.9
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>