freebsd-ports/devel/R-cran-cpp11/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
247 B
Makefile

PORTNAME= cpp11
PORTVERSION= 0.2.7
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= C++11 Interface for R's C Interface
LICENSE= MIT
USES= compiler:c++11-lang cran:auto-plist
.include <bsd.port.mk>