freebsd-ports/security/rubygem-jugyo-twitter_oauth/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

21 lines
563 B
Makefile

# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
PORTNAME= jugyo-twitter_oauth
DISTVERSION= 0.5.0.pre5
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= meta+ports@vmeta.jp
COMMENT= Fork of Twitter OAuth REST API client library for Ruby
RUN_DEPENDS= rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-${DISTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>