freebsd-ports/devel/R-cran-BH/Makefile
TAKATSU Tomonari 9af9a5e46c - Add new port: devel/R-cran-BH
Boost provides free peer-reviewed portable C++ source libraries. A
  large part of Boost is provided as C++ template code which is
  resolved entirely at compile-time without linking. This package
  aims to provide the most useful subset of Boost libraries for
  template use among CRAN package. By placing these libraries in this
  package, we offer a more efficient distribution system for CRAN as
  replication of this code in the sources of other packages is avoided.

  WWW: https://cran.r-project.org/web/packages/BH/
2015-11-08 09:13:29 +00:00

16 lines
276 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= BH
DISTVERSION= 1.58.0-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Boost C++ Header Files
LICENSE= BSL
USES= cran:auto-plist
.include <bsd.port.mk>