15 lines
281 B
Makefile
15 lines
281 B
Makefile
PORTNAME= ash
|
|
DISTVERSION= 1.0-15
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= David Scott's ASH Routines
|
|
WWW= https://cran.r-project.org/package=ash
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:compiles
|
|
|
|
.include <bsd.port.mk>
|