freebsd-ports/math/R-cran-lazyeval/Makefile

18 lines
323 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= lazyeval
2017-11-09 07:07:12 +01:00
DISTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Disciplined approach to non-standard evaluation
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>