mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= plogr
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 3
|
|
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>
|