15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cpp11
|
|
PORTVERSION= 0.2.6
|
|
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>
|