mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
17 lines
318 B
Makefile
17 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cx_Freeze
|
|
PORTVERSION= 4.3.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/cx-freeze/${PORTVERSION}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts
|
|
|
|
USE_GCC= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|