This does not include all ruby gem ext ports, but the remaining ones have updates that will be committed separately.
28 lines
618 B
Makefile
28 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.23 2016/11/04 21:26:38 jeremy Exp $
|
|
|
|
COMMENT= flexible HTML parser
|
|
|
|
DISTNAME= hpricot-0.8.6
|
|
REVISION = 0
|
|
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>
|