mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a0a98863ca
Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eco
|
|
PORTVERSION= 3.1.6
|
|
PORTREVISION= 10
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= R Package for Ecological Inference in 2x2 Tables
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|