22 lines
424 B
Makefile
22 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.21 2016/09/09 10:32:39 sebastia Exp $
|
|
|
|
COMMENT= Ruby interface to gettext
|
|
|
|
DISTNAME= gettext-3.2.2
|
|
CATEGORIES= devel
|
|
|
|
# Ruby or LGPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += devel/ruby-locale,${MODRUBY_FLAVOR}>=2.0.5 \
|
|
textproc/ruby-text,${MODRUBY_FLAVOR}>=1.3.0
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
MODRUBY_TEST = rake
|
|
|
|
.include <bsd.port.mk>
|