18 lines
581 B
Makefile
18 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/03/20 00:57:59 joerg Exp $
|
|
|
|
DISTNAME= gettext-setup-0.31
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/puppetlabs/gettext-setup-gem
|
|
COMMENT= Ease internationalization with fast_gettext
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=1.1.0:../../devel/ruby-fast_gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.2:../../devel/ruby-gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=0:../../devel/ruby-locale
|
|
|
|
RUBY_VERSIONS_INCOMPATIBLE= 24
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|