openbsd-ports/devel/ruby-jeweler/Makefile
2013-04-23 07:31:07 +00:00

23 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/04/23 07:31:07 jasper Exp $
COMMENT = simple helper for creating rubygem projects
DISTNAME = jeweler-1.8.4
CATEGORIES = devel
HOMEPAGE = https://github.com/technicalpickles/jeweler
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-git,${MODRUBY_FLAVOR}>=1.2.5 \
devel/ruby-bundler,${MODRUBY_FLAVOR}>=1.0,<2.0 \
${MODRUBY_RAKE_DEPENDS}
.include <bsd.port.mk>