pkgsrc/net/ruby-twitter-text/Makefile
tsutsui f0aac55f7f Import ruby-twitter-text-1.13.0 as net/ruby-twitter-text.
Twitter-text gem provides text processing routines for Twitter Tweets.
The major reason for this is to unify the various auto-linking and
extraction of usernames, lists, hashtags and URLs.
2016-01-09 18:55:29 +00:00

14 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/09 18:55:29 tsutsui Exp $
DISTNAME= twitter-text-1.13.0
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/twitter-text
COMMENT= Library that provides text handling for Twitter
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-unf-[0-9]*:../../converters/ruby-unf
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"