c2a92a1aea
version 1.1.0 (via revision 464079).
16 lines
318 B
Makefile
16 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cx_Freeze
|
|
PORTVERSION= 4.3.3
|
|
PORTREVISION= 5
|
|
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>
|