16 lines
286 B
Makefile
16 lines
286 B
Makefile
# Created by: Devin Teske <dteske@FreeBSD.org>
|
|
|
|
PORTNAME= ADGofTest
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Anderson-Darling GoF test
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|