63430781b4
0.16.0 2017/10/05 * Fix the homepage URL in the gemspec. (#2) * Drop CodeClimate. * Fix #3: Remove `luna-rubocop-formatters`. * Do a little cleanup. * Update Copyright year. * Pathutil added `#empty?` in 2.4. 0.16.1 2017/12/12 * Add Pathutil#[], so we are compatible with RSpec.
14 lines
421 B
Makefile
14 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/03/13 17:26:39 taca Exp $
|
|
|
|
DISTNAME= pathutil-0.16.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/envygeeks/pathutil
|
|
COMMENT= Almost like Pathname but just a little less insane
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-forwardable-extended>=2.6<3:../../devel/ruby-forwardable-extended
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|