5ea8116b58
Update ruby-pathname2 package to 1.8.3. == 1.8.3 - 30-Aug-2020 * Updated the tests to match the version. Thanks go to Cédric Boutillier for the spot. * Fixed a redefinition warning for the :children method. * Fixed a Fixnum deprecation warning. == 1.8.2 - 21-Jul-2020 * Added a LICENSE file as required by the Apache-2.0 license.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/09/14 16:25:22 taca Exp $
|
|
|
|
DISTNAME= pathname2-1.8.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/djberg96/pathname2
|
|
COMMENT= Alternate implementation of the Pathname library
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.4:../../devel/ruby-facade
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|