freebsd-ports/devel/cx_Freeze/Makefile

17 lines
318 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= cx_Freeze
2015-07-19 11:42:32 +02:00
PORTVERSION= 4.3.3
PORTREVISION= 5
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
USES= python:2.7
USE_PYTHON= distutils
2011-02-25 01:12:20 +01:00
.include <bsd.port.mk>