jeremy e07f7c31e7 Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
the dependency, more modern ports don't need it.

OK ajacoutot@
2015-07-18 21:07:40 +00:00

24 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/07/18 21:07:40 jeremy Exp $
COMMENT= Ruby interface to gettext
DISTNAME= gettext-2.0.4
REVISION = 9
CATEGORIES= devel
HOMEPAGE= http://www.yotabanana.com/hiki/ruby-gettext.html
# LGPL
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
BUILD_DEPENDS= devel/ruby-locale,${MODRUBY_FLAVOR}
RUN_DEPENDS= devel/ruby-locale,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem
MODRUBY_TEST = rake
.include <bsd.port.mk>