Since it supports Ruby 2.2.5 and later from version 1.4.0, restrict to ruby22 and ruby23. * Fix README documentation. * Update Issues section in README. * Deprecate RubyDep::Logger.
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/10/20 14:30:31 taca Exp $
|
|
|
|
DISTNAME= ruby_dep-${VERS}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-dep-${VERS}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/e2/ruby_dep
|
|
COMMENT= Extracts supported Ruby versions from Travis file
|
|
LICENSE= mit
|
|
|
|
VERS= 1.5.0
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 22 23
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|