openbsd-ports/devel/ruby-gettext/Makefile

25 lines
477 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:29 espie Exp $
COMMENT= Ruby interface to gettext
2009-10-13 17:14:55 -04:00
DISTNAME= gettext-2.0.4
REVISION = 6
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= ${MODRUBY_ICONV_DEPENDS} \
devel/ruby-locale,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem
2013-03-11 06:50:00 -04:00
MODRUBY_TEST = rake
.include <bsd.port.mk>