18 lines
374 B
Makefile
18 lines
374 B
Makefile
PORTNAME= iproto
|
|
PORTVERSION= 0.3.17
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby implementation of Mail.Ru iproto protocol
|
|
WWW= https://github.com/mailru/iproto-ruby
|
|
|
|
RUN_DEPENDS= rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|