mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# New ports collection makefile for: cx_Freeze
|
|
# Date created: 05 Apr 2009
|
|
# Whom: Marcelo Araujo <araujo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cx_Freeze
|
|
PORTVERSION= 4.2.3
|
|
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_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|