aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-jquerylib/Makefile
blob: ce17052fa0599a1f1ce98ed1975b7f248c3bc607 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	jquerylib
PORTVERSION=	0.1.3
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Obtain 'jQuery' as an HTML Dependency Object

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>