mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
419 B
Makefile
15 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/03/14 15:39:42 taca Exp $
|
|
|
|
DISTNAME= gettext_i18n_rails-1.0.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.4.8:../../devel/ruby-fast_gettext
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|