aboutsummaryrefslogtreecommitdiff
path: root/devel/cx_Freeze/Makefile
blob: d5122f8ec0c4cfc7bdd7e4092c11b61637d36b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>