diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2009-07-13 06:22:03 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2009-07-13 06:22:03 +0000 |
commit | cc50524282625dff31a74f31b76bcd6e23664f60 (patch) | |
tree | 3e1cec2c4c76c97217647a9e0a23a48559f9d077 /x11-toolkits/py31-tkinter | |
parent | 755206998214e8b5a9104eba3a8830f46cf866b6 (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/Makefile | 14 |
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" |