blob: 007ca7adb93f976c6894e2fe4c834c5d0953237c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= testit
DISTVERSION= 0.16
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Simple Package for Testing R Packages
WWW= https://cran.r-project.org/package=testit
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>
|