net/rubygem-lita-gems: add port for rubygem-lita-gems

Lita handler for rubygems.org querying

WWW: https://github.com/marsz/lita-gems
This commit is contained in:
Steve Wills 2014-09-09 18:55:08 +00:00
parent 62fd037add
commit 9359c5a775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367766
4 changed files with 25 additions and 0 deletions

View file

@ -1001,6 +1001,7 @@
SUBDIR += rubygem-httpauth
SUBDIR += rubygem-ipaddress
SUBDIR += rubygem-iproto
SUBDIR += rubygem-lita-gems
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-netrc
SUBDIR += rubygem-net-ldap

View file

@ -0,0 +1,19 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= lita-gems
PORTVERSION= 1.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Lita handler for rubygems.org querying
RUN_DEPENDS= rubygem-lita>=2.6:${PORTSDIR}/net-im/rubygem-lita \
rubygem-gems>=0.8.0:${PORTSDIR}/devel/rubygem-gems
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/lita-gems-1.1.0.gem) = cf557c6553c3e297acd72c7d161437aab4acc7189d31d86f1c69530553f83e5d
SIZE (rubygem/lita-gems-1.1.0.gem) = 7168

View file

@ -0,0 +1,3 @@
Lita handler for rubygems.org querying
WWW: https://github.com/marsz/lita-gems