pkgsrc/net/ruby-tw/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

21 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:21 rillig Exp $
DISTNAME= tw-1.3.1
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://shokai.github.io/tw/
COMMENT= CUI Twitter Client
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-args_parser>=0.2.0:../../misc/ruby-args_parser
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.4.3:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-parallel>=1.12.0:../../misc/ruby-parallel
DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=3.0.0:../../misc/ruby-rainbow
DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=6.2.0:../../net/ruby-twitter
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.4:../../security/ruby-oauth
OVERRIDE_GEMSPEC+= json>=${RUBY_JSON_VERSION}
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"