aboutsummaryrefslogtreecommitdiff
path: root/devel/cx_Freeze/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-04-05 20:28:33 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-04-05 20:28:33 +0000
commitf509a7a3f6570568b1977540d51e208ef016c22c (patch)
tree971ec795a9a3e290116ab919596f77295de97a1f /devel/cx_Freeze/Makefile
parent2f919cb30e4ce157d5b042dcaf11fcedc7c20b72 (diff)
downloadports-f509a7a3f6570568b1977540d51e208ef016c22c.tar.gz
ports-f509a7a3f6570568b1977540d51e208ef016c22c.zip
Notes
Diffstat (limited to 'devel/cx_Freeze/Makefile')
-rw-r--r--devel/cx_Freeze/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile
new file mode 100644
index 000000000000..2129ca2f249e
--- /dev/null
+++ b/devel/cx_Freeze/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: cx_Freeze
+# Date created: 05 Apr 2009
+# Whom: Marcelo Araujo <araujo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cx_Freeze
+PORTVERSION= 4.0.1
+CATEGORIES= devel python
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR= cx-freeze
+
+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.mk>