Prune devel/py-EnthoughtBase
[dports.git] / devel / cx_Freeze / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cx_Freeze
4 PORTVERSION=    4.3.3
5 PORTREVISION=   1
6 CATEGORIES=     devel python
7 MASTER_SITES=   SF/cx-freeze/${PORTVERSION}
8
9 MAINTAINER=     araujo@FreeBSD.org
10 COMMENT=        The cx_Freeze is a set of utilities for freezing Python scripts
11
12 USE_GCC=        yes
13 USES=           python
14 USE_PYTHON=     distutils
15
16 .include <bsd.port.mk>