forked from Lainports/opnsense-ports
16 lines
298 B
Makefile
16 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= RcppProgress
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Interruptible Progress Bar with OpenMP Support for C++ in R Packages
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|