22 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/07/12 20:51:05 sthen Exp $
COMMENT = ruby DSL around a subset of XPath 1.0
DISTNAME = xpath-3.1.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>