summaryrefslogtreecommitdiff
path: root/www/R-jquerylib/Makefile
blob: a5656b915adccfc92305b348a1c83c401e28999e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.1 2021/06/05 12:25:36 mef Exp $

R_PKGNAME=	jquerylib
R_PKGVER=	0.1.4
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Obtain 'jQuery' as an HTML Dependency Object
LICENSE=	mit	# + file LICENSE

DEPENDS+=	R-htmltools>=0.5.1.1:../../textproc/R-htmltools

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"