freebsd-ports/math/R-cran-assertthat/Makefile
Wen Heping 4bd1278c4e assertthat is an extension to stopifnot() that makes it easy to
declare the pre and post conditions that you code should satisfy,
while also producing friendly error messages so that your users
know what they've done wrong.

WWW: https://cran.r-project.org/web/packages/assertthat/
2015-12-16 07:58:08 +00:00

16 lines
278 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= assertthat
DISTVERSION= 0.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Easy pre and post assertions
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>