jeremy 3b2e299ff9 Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of
the ports that use it are still built with ruby 1.8.

OK ajacoutot@
2015-07-19 02:10:31 +00:00

21 lines
410 B
Makefile

# $OpenBSD: Makefile,v 1.13 2015/07/19 02:10:31 jeremy Exp $
COMMENT= automate interaction with websites
DISTNAME= mechanize-0.9.3
REVISION = 7
CATEGORIES= www
HOMEPAGE= http://mechanize.rubyforge.org/mechanize
# BSD
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/ruby-nokogiri,${MODRUBY_FLAVOR}
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>