summaryrefslogtreecommitdiff
path: root/math/R-cran-lazyeval/Makefile
blob: af91717f89ca6388a31317407f0d12576e80b447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	lazyeval
DISTVERSION=	0.2.2
PORTREVISION=	3
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Disciplined approach to non-standard evaluation
WWW=		https://cran.r-project.org/web/packages/lazyeval/

LICENSE=	GPLv3

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>