aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-tinytest/Makefile
blob: 2e20254974979c6089242f065e044135c80038b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>