214d85ceff
== 1.8.0 - 19-Jun-2016 * Changed license to Apache 2.0. * Some cleanup and updates to the Rakefile and benchmarks. * Refactored some realpath tests so they're not touching system files like /dev/stdin any more. Thanks go to Michael R. Crusoe for pointing out the potential pitfalls of doing that.
14 lines
398 B
Makefile
14 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/10/09 14:31:16 taca Exp $
|
|
|
|
DISTNAME= pathname2-1.8.0
|
|
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"
|