blob: 979d15f228a313882b63d6fe80b6019e8613291b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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>
|