freebsd-ports/finance/R-cran-strucchange/Makefile
TAKATSU Tomonari ac57995e05 - Update to 1.5-1
- Change LICENSE from GPLv2 to GPLv2 or GPLv3
- Replace tab with a single space after WWW: in pkg-descr
2015-06-11 13:08:34 +00:00

20 lines
449 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= strucchange
DISTVERSION= 1.5-1
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Testing, Monitoring, and Dating Structural Changes
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \
R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich
USES= cran:auto-plist
.include <bsd.port.mk>