blob: 26a81142f5def9b73d6d920a10eb2b5fc60f719a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= eco
PORTVERSION= 3.1.6
PORTREVISION= 7
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>
|