14 lines
316 B
Makefile
14 lines
316 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
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>
|