freebsd-ports/net/rubygem-iproto/Makefile

20 lines
409 B
Makefile

# 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
NO_STAGE= yes
.include <bsd.port.mk>