314649a5d8
Update ruby-twitter-text to 3.1.0. 3.1.0 Changed * Bump nokogiri version (#302) * Fix auto-link emoji parsing (#304) * Updates known gTLDs to recognize recent additions by IANA (#308) * Fix warning about has_rdoc usage (#309)
15 lines
453 B
Makefile
15 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/06/21 15:24:49 taca Exp $
|
|
|
|
DISTNAME= twitter-text-3.1.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
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-idn-[0-9]*:../../devel/ruby-idn
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|