mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
19
net/rubygem-lita-gems/Makefile
Normal file
19
net/rubygem-lita-gems/Makefile
Normal 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>
|
2
net/rubygem-lita-gems/distinfo
Normal file
2
net/rubygem-lita-gems/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/lita-gems-1.1.0.gem) = cf557c6553c3e297acd72c7d161437aab4acc7189d31d86f1c69530553f83e5d
|
||||
SIZE (rubygem/lita-gems-1.1.0.gem) = 7168
|
3
net/rubygem-lita-gems/pkg-descr
Normal file
3
net/rubygem-lita-gems/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Lita handler for rubygems.org querying
|
||||
|
||||
WWW: https://github.com/marsz/lita-gems
|
Loading…
Add table
Reference in a new issue