freebsd-ports/www/R-cran-selectr/Makefile
TAKATSU Tomonari 9f92452857 - Add new port: www/R-cran-selectr
Translates a CSS3 selector into an equivalent XPath expression.
  This allows us to use CSS selectors when working with the XML package
  as it can only evaluate XPath expressions. Also provided are
  convenience functions useful for using CSS selectors on XML nodes.
  This package is a port of the Python package "cssselect".

  WWW: https://cran.r-project.org/web/packages/selectr/
2015-08-12 19:11:15 +00:00

19 lines
421 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= selectr
DISTVERSION= 0.2-3
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Translate CSS Selectors to XPath Expressions
LICENSE= BSD3CLAUSE
RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>