f5301c006e
== 1.8.1 - 31-Jan-2019 * The VERSION constant is now frozen. * Added metadata to the gemspec. * Fixed missing hyphen in license name. * Updated cert, should be good for about 10 years.
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/02/25 16:41:12 taca Exp $
|
|
|
|
DISTNAME= pathname2-1.8.1
|
|
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"
|