diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-04 17:51:39 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-01-04 17:51:39 +0000 |
commit | 3f2ca9c1d8c826eb22bb11174b291e6ec399856f (patch) | |
tree | 3aaf505edc4f8e095109e2c6f1e53ba888e009a4 /math/R-cran-SuppDists | |
parent | 4b14ff9c1e1957ac3180b59175ae8ac4c531e13c (diff) | |
download | ports-3f2ca9c1d8c826eb22bb11174b291e6ec399856f.tar.gz ports-3f2ca9c1d8c826eb22bb11174b291e6ec399856f.zip |
Notes
Diffstat (limited to 'math/R-cran-SuppDists')
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 19eb8ed33bcd..d6269f46a1d2 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: math/R-cran-SuppDists -# Date created: April 27, 2010 -# Whom: b.f. <bf@FreeBSD.org> -# +# Created by: b.f. <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SuppDists DISTVERSION= 1.1-8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_CRAN} \ http://r.research.att.com/benchmarks/:benchmark \ @@ -19,8 +15,9 @@ EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org COMMENT= Supplementary distributions and RNG for R -BENCHMARK_SCRIPT= R-benchmark-25.R LICENSE= GPLv2 + +BENCHMARK_SCRIPT= R-benchmark-25.R R_MOD_AUTOPLIST= yes USE_R_MOD= yes WRKSRC = ${WRKDIR}/${PORTNAME} |