5126076c3e
3.0.0 - 2017-12-30 Breaking Changes * Remove xpath/html * Rename name to qname, closes #76 Added * Contains word function for matching space separated attributes * Unary band as alias of not * not_equals Fixed * None
17 lines
451 B
Makefile
17 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/03/17 16:28:45 taca Exp $
|
|
|
|
DISTNAME= xpath-3.0.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= ruby textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jnicklas/xpath
|
|
COMMENT= Ruby DSL for generating XPath expressions
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.8:../../textproc/ruby-nokogiri
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|