mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8abcb21215
Changes: https://cran.r-project.org/web/packages/qcc/NEWS PR: 220679 Submitted by: pfg (maintainer) Approved by: garga (mentor, implicit)
18 lines
279 B
Makefile
18 lines
279 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qcc
|
|
DISTVERSION= 2.7
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Quality Control Charts
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|