blob: 1d093cfaba82235be13d4f13d338c472979dc550 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= RUnit
PORTVERSION= 0.4.28
PORTREVISION= 4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R functions implementing a Unit Testing framework
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>
|