2671111a49
Update ruby-launchy to 2.5.0. pkgsrc change: add "USE_LANGAUGES= # none". ## Version 2.5.0 - 2020-02-27 * Update depedencies * Update minimum ruby level * Move to `kde-open` on KDE - <https://github.com/copiousfreetime/launchy/pull/105> - wstephenson * Applied some grammer / spelling fixes - <https://github.com/copiousfreetime/launchy/pull/130> - jeremymoritz * `Pathname` instances do not raise exceptions when opening local files - <https://github.com/copiousfreetime/launchy/issues/101> - dmke * Add a fallback console browsers - <https://github.com/copiousfreetime/launchy/issues/93> - trejkaz
16 lines
414 B
Makefile
16 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/03/23 16:49:31 taca Exp $
|
|
|
|
DISTNAME= launchy-2.5.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/launchy
|
|
COMMENT= Ruby class for launching applications
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|