9a53421542
PR: ports/202477 Submitted by: Chris Petrik <chris@bsdjunk.com>
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iproto
|
|
PORTVERSION= 0.3.17
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|