09607cdd96
== 1.7.4 - 7-Sep-2015 * This gem is now signed. * Rakefile now assumes Rubygems 2.x for some tasks.
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/10/04 12:21:26 taca Exp $
|
|
|
|
DISTNAME= pathname2-1.7.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/djberg96/pathname2
|
|
COMMENT= Alternate implementation of the Pathname library
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.4:../../devel/ruby-facade
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|