17 lines
276 B
Makefile
17 lines
276 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BH
|
|
DISTVERSION= 1.66.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>
|