blob: 79a623c8b951dadc99ae8f772ccf920abb2cdced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= statmod
DISTVERSION= 1.4.33
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jpbeconne@free.fr
COMMENT= Statistical Modeling
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|