summaryrefslogtreecommitdiff
path: root/devel/cx_Freeze/Makefile
blob: 2129ca2f249ed6db015965a32524cf2359c549c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	cx_Freeze
# Date created:				05 Apr 2009
# Whom:					Marcelo Araujo <araujo@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	cx_Freeze
PORTVERSION=	4.0.1
CATEGORIES=	devel python
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	cx-freeze

MAINTAINER=	araujo@FreeBSD.org
COMMENT=	The cx_Freeze is a set of utilities for freezing Python scripts

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>