blob: 47eb01419964fc28b583e302888d6f5c036ee261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= RUnit
PORTVERSION= 0.4.28
PORTREVISION= 3
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>
|