eaa5bb224b
* Add hamlit parser support for haml. * Filter out options unknown to msgcat. * Fix issue requiring libraries when they were already loaded. * Fix Rails 5 compatibility.
14 lines
409 B
Makefile
14 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.20 2016/10/09 14:21:05 taca Exp $
|
|
|
|
DISTNAME= gettext_i18n_rails-1.8.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/grosser/gettext_i18n_rails
|
|
COMMENT= Simple FastGettext Rails integration
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0.9.0:../../devel/ruby-fast_gettext
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|