fba533877f
Submitted by: wg (myself, via email) Approved by: maintainer
15 lines
299 B
Makefile
15 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cx_Freeze
|
|
PORTVERSION= 4.3.2
|
|
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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|