Switch WWW to cran and upgrade to the latest. Changelog at https://cran.r-project.org/web/packages/RUnit/NEWS PR: 286574 Approved by: maintainer’s time-out
15 lines
284 B
Makefile
15 lines
284 B
Makefile
PORTNAME= RUnit
|
|
PORTVERSION= 0.4.33
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= R functions implementing a Unit Testing framework
|
|
WWW= https://cran.r-project.org/package=RUnit
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran
|
|
|
|
.include <bsd.port.mk>
|