freebsd-ports/security/rubygem-twitter_oauth/Makefile

22 lines
471 B
Makefile

PORTNAME= twitter_oauth
PORTVERSION= 0.4.94
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Twitter OAuth REST API client library for Ruby
WWW= https://github.com/moomerman/twitter_oauth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=1.8.0:devel/rubygem-json \
rubygem-mime-types>=1.16:misc/rubygem-mime-types \
rubygem-oauth>=0.4.7:net/rubygem-oauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>