freebsd-ports/www/R-cran-selectr/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

19 lines
397 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:textproc/R-cran-XML \
R-cran-stringr>0:textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>