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

27 lines
604 B
Makefile

# $OpenBSD: Makefile,v 1.22 2015/07/19 02:10:31 jeremy Exp $
COMMENT= flexible HTML parser
DISTNAME= hpricot-0.8.6
CATEGORIES= textproc
HOMEPAGE= http://code.whytheluckystiff.net/hpricot/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem ext
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
do-test:
@cd ${WRKSRC} && ${RUBY} -rubygems -Ilib:test \
-e "ARGV.each { |f| load f unless f =~ /^-/ }" \
"test/test_preserved.rb" "test/test_paths.rb" \
"test/test_xml.rb" "test/test_parser.rb" "test/test_alter.rb" \
"test/test_builder.rb"
.include <bsd.port.mk>