19 lines
588 B
Makefile
19 lines
588 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/06/10 16:02:10 taca Exp $
|
||
|
|
||
|
DISTNAME= gettext-setup-0.25
|
||
|
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
|
||
|
|
||
|
OVERRIDE_GEMSPEC+= fast_gettext>=1.1.0
|
||
|
|
||
|
.include "../../lang/ruby/gem.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|