2009-04-05 22:28:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cx_Freeze
|
2013-05-27 11:10:28 +02:00
|
|
|
PORTVERSION= 4.3.1
|
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
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2013-09-20 19:03:26 +02:00
|
|
|
NO_STAGE= yes
|
2011-02-25 01:12:20 +01:00
|
|
|
.include <bsd.port.mk>
|