dd96ca2977
===> Staging for R-cran-car-2.0.25 ===> Generating temporary packing list ERROR: dependencies 'pbkrtest', 'quantreg' are not available for package 'car' Reported by: pkg-fallout
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= car
|
|
DISTVERSION= 2.0-25
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Companion to Applied Regression for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= Missing dependency
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|