ports/devel/R-cran-tinytest/Makefile
2024-09-15 00:24:41 +01:00

15 lines
319 B
Makefile

PORTNAME= tinytest
DISTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Lightweight and Feature Complete Unit Testing Framework
WWW= https://github.com/markvanderloo/tinytest
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>