2008-04-19 17:21:27 +00:00
|
|
|
COMMENT= flexible HTML parser
|
|
|
|
|
|
2015-06-25 18:53:07 +00:00
|
|
|
DISTNAME= hpricot-0.8.6
|
2018-06-13 22:26:52 +00:00
|
|
|
REVISION = 1
|
2008-04-19 17:21:27 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
|
|
HOMEPAGE= http://code.whytheluckystiff.net/hpricot/
|
|
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-04-19 17:21:27 +00:00
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
2010-10-26 21:42:13 +00:00
|
|
|
CONFIGURE_STYLE= ruby gem ext
|
2008-04-19 17:21:27 +00:00
|
|
|
|
2015-06-25 18:53:07 +00:00
|
|
|
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
2008-04-19 17:21:27 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
do-test:
|
2011-03-25 16:39:54 +00:00
|
|
|
@cd ${WRKSRC} && ${RUBY} -rubygems -Ilib:test \
|
2008-04-19 17:21:27 +00:00
|
|
|
-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>
|