opnsense-ports/net/rubygem-rubytter/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

21 lines
368 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
PORTNAME= rubytter
PORTVERSION= 1.5.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Twitter library
LICENSE= MIT
RUN_DEPENDS= rubygem-json>=1.1.3:devel/rubygem-json \
rubygem-oauth>=0.3.6:net/rubygem-oauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>