freebsd-ports/devel/cx_Freeze/Makefile
Marcelo Araujo 45ff8136d2 - Back to be broken on FreeBSD version minor than 7.
Reported by:	pointyhat via erwin
Feature safe:	yes
2010-07-06 23:10:10 +00:00

26 lines
532 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.1.2
PORTREVISION= 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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
.include <bsd.port.post.mk>