mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
15 lines
298 B
Makefile
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>
|