freebsd-ports/math/R-cran-assertthat/Makefile
2021-04-06 16:31:07 +02:00

16 lines
284 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= assertthat
DISTVERSION= 0.2.1
PORTREVISION= 2
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>