Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
12 lines
285 B
Makefile
12 lines
285 B
Makefile
|
|
PORTVERSION= 1.72.0
|
|
PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//}
|
|
DISTNAME= boost_${PORTVERSION:S/./_/g}
|
|
|
|
CATEGORIES= devel
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
MASTER_SITES= https://dl.bintray.com/boostorg/release/${PORTVERSION}/source/ \
|
|
SF/boost/boost/${PORTVERSION}
|
|
|
|
USES+= tar:bzip2
|