15 lines
323 B
Makefile
15 lines
323 B
Makefile
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>
|