opnsense-ports/net/rubygem-twitter-stream/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 lines
501 B
Makefile

PORTNAME= twitter-stream
PORTVERSION= 0.1.16
PORTREVISION= 2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Twitter realtime API client
WWW= https://github.com/voloko/twitter-stream
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-eventmachine>=0.12.8:devel/rubygem-eventmachine \
rubygem-http_parser.rb>=0.5.1:net/rubygem-http_parser.rb \
rubygem-simple_oauth>=0.1.4:net/rubygem-simple_oauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>