2009-04-05 22:28:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cx_Freeze
|
2015-07-19 11:42:32 +02:00
|
|
|
PORTVERSION= 4.3.3
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 5
|
2009-04-05 22:28:33 +02:00
|
|
|
CATEGORIES= devel python
|
2012-07-30 09:17:53 +02:00
|
|
|
MASTER_SITES= SF/cx-freeze/${PORTVERSION}
|
2009-04-05 22:28:33 +02:00
|
|
|
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
|
|
COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts
|
|
|
|
|
2013-11-29 09:18:14 +01:00
|
|
|
USE_GCC= yes
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-10-20 18:04:12 +02:00
|
|
|
USE_PYTHON= distutils
|
2009-04-05 22:28:33 +02:00
|
|
|
|
2011-02-25 01:12:20 +01:00
|
|
|
.include <bsd.port.mk>
|