freebsd-ports/devel/cx_Freeze/Makefile
William Grzybowski fba533877f devel/cx_Freeze: install egg info
Submitted by:	wg (myself, via email)
Approved by:	maintainer
2013-12-09 15:12:08 +00:00

15 lines
299 B
Makefile

# $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>