20 lines
364 B
Makefile
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>
|