59995a9d58
* remove duplicated files.
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/09/15 10:01:24 taca Exp $
|
|
|
|
DISTNAME= gettext_i18n_rails-0.10.1
|
|
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.4.8:../../devel/ruby-fast_gettext
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|