21 lines
392 B
Makefile
21 lines
392 B
Makefile
# Created by: Pedro Giffuni
|
|
|
|
PORTNAME= qualityTools
|
|
DISTVERSION= 1.55
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Statistical Methods for Quality Science
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
CRAN_DEPENDS= R-cran-Rsolnp>0:math/R-cran-Rsolnp
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|