freebsd-ports/devel/R-cran-plogr/Makefile
Wen Heping ed7d2ecf3f A simple header-only logging library for C++. Add 'LinkingTo: plogr'
to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use
it.

WWW: https://cran.r-project.org/web/packages/plogr/
2017-06-14 01:34:17 +00:00

17 lines
361 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= plogr
DISTVERSION= 0.1-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Plog C++ Logging Library
BUILD_DEPENDS= R-cran-Rcpp>=0:devel/R-cran-Rcpp
RUN_DEPENDS= R-cran-Rcpp>=0:devel/R-cran-Rcpp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>