7eedc06a53
* fixes issue with broken storage file path. * Inherit scope; there are the case where "rake gettext:find" just fails if the task has another scope. it should be inherited to accomplish the task properly.
14 lines
419 B
Makefile
14 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/06/07 04:16:06 taca Exp $
|
|
|
|
DISTNAME= gettext_i18n_rails-1.2.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/grosser/gettext_i18n_rails
|
|
COMMENT= Simple FastGettext Rails integration
|
|
LICENSE= public-domain
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0.9.0:../../devel/ruby-fast_gettext
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|