18 lines
506 B
Makefile
18 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.26 2015/02/01 14:26:25 taca Exp $
|
|
|
|
DISTNAME= gettext-3.1.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ruby-gettext.github.com/
|
|
COMMENT= Ruby localization library like as GNU gettext
|
|
LICENSE= ruby-license OR gnu-lgpl-v3
|
|
|
|
RUBY_VERSION_SUPPORTED= 193 200 21
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-text>=1.3.0:../../textproc/ruby-text
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|