blob: 631b4cc18fe8dcf2919c412dd9941a1e673998fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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:textproc/R-cran-XML \
R-cran-stringr>0:textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>
|