aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py31-tkinter
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2009-07-13 06:22:03 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2009-07-13 06:22:03 +0000
commitcc50524282625dff31a74f31b76bcd6e23664f60 (patch)
tree3e1cec2c4c76c97217647a9e0a23a48559f9d077 /x11-toolkits/py31-tkinter
parent755206998214e8b5a9104eba3a8830f46cf866b6 (diff)
Add py31-tkinter, Tkinter for Python 3.1
Submitted by: daichi Pointed out by: lwhsu, python@
Notes
Notes: svn path=/head/; revision=237669
Diffstat (limited to 'x11-toolkits/py31-tkinter')
-rw-r--r--x11-toolkits/py31-tkinter/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/py31-tkinter/Makefile b/x11-toolkits/py31-tkinter/Makefile
new file mode 100644
index 000000000000..c788698d2371
--- /dev/null
+++ b/x11-toolkits/py31-tkinter/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: py31-tkinter
+# Date created: 13 Jul 2009
+# Whom: Daichi GOTO <daichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../py-tkinter
+
+MAINTAINER= daichi@FreeBSD.org
+
+PYTHON_VERSION= python3.1
+
+.include "${MASTERDIR}/Makefile"