mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cx_Freeze
|
|
PORTVERSION= 4.3.1
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|