diff options
Diffstat (limited to 'devel/boost-all/common.mk')
-rw-r--r-- | devel/boost-all/common.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk new file mode 100644 index 000000000000..e65578f0c892 --- /dev/null +++ b/devel/boost-all/common.mk @@ -0,0 +1,12 @@ + +PORTVERSION= 1.63.0 +PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} +DISTNAME= boost_${PORTVERSION:S/./_/g} + +CATEGORIES= devel +MAINTAINER= office@FreeBSD.org + +CONFLICTS+= boost-python-1* boost-1* +MASTER_SITES= SF/boost/boost/${PORTVERSION} + +USES+= tar:bzip2 |