ports/math/R-cran-assertthat/Makefile
2023-04-23 09:09:58 +00:00

15 lines
298 B
Makefile

PORTNAME= assertthat
DISTVERSION= 0.2.1
PORTREVISION= 3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Easy pre and post assertions
WWW= https://cran.r-project.org/web/packages/assertthat/
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>