mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= selectr
|
|
DISTVERSION= 0.4-2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Translate CSS Selectors to XPath Expressions
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr \
|
|
R-cran-R6>0:devel/R-cran-R6
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|