Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+19
View File
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.4 2014/07/16 08:37:21 rodent Exp $
DISTNAME= xpath-2.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby textproc
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://github.com/jnicklas/xpath
COMMENT= Ruby DSL for generating XPath expressions
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.3:../../textproc/ruby-nokogiri
USE_LANGUAGES= # none
RUBY_VERSION_SUPPORTED= 21 200 193
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"