[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / ruby-progressbar

File: [cvs.NetBSD.org] / pkgsrc / misc / ruby-progressbar / Makefile (download)

Revision 1.13, Thu Sep 8 15:19:18 2016 UTC (7 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.12: +2 -2 lines

Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.

# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $

DISTNAME=	ruby-progressbar-1.7.5
PKGNAME=	${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
CATEGORIES=	misc ruby

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/jfelchner/ruby-progressbar
COMMENT=	Text Progress Bar Library for Ruby
LICENSE=	mit

RUBY_VERSIONS_ACCEPTED=	18 21 22 23

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"