e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
15 lines
318 B
Makefile
15 lines
318 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eco
|
|
PORTVERSION= 3.1.6
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
.include <bsd.port.mk>
|