mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
20 lines
431 B
Makefile
20 lines
431 B
Makefile
PORTNAME= jquerylib
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Obtain 'jQuery' as an HTML Dependency Object
|
|
WWW= https://cran.r-project.org/web/packages/jquerylib/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|