2022-03-11 20:09:36 +00:00

20 lines
364 B
Makefile

COMMENT = ruby DSL around a subset of XPath 1.0
DISTNAME = xpath-3.2.0
CATEGORIES = www
HOMEPAGE= https://github.com/jnicklas/xpath
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = textproc/ruby-nokogiri,${MODRUBY_FLAVOR}>=1.8,<2
# Tests require gems not in ports
.include <bsd.port.mk>