mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
15 lines
284 B
Makefile
15 lines
284 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= uroot
|
|
DISTVERSION= 2.1-2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Unit Root Tests for Seasonal Time Series
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|