freebsd-ports/devel/cx_Freeze/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

16 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= cx_Freeze
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
.include <bsd.port.mk>