mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
15 lines
316 B
Makefile
15 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>
|