9359c5a775
Lita handler for rubygems.org querying WWW: https://github.com/marsz/lita-gems
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# 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>
|