pkgsrc/devel/ruby-pathname2/Makefile

15 lines
398 B
Makefile
Raw Normal View History

# $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"