cc50524282
Submitted by: daichi Pointed out by: lwhsu, python@
15 lines
292 B
Makefile
15 lines
292 B
Makefile
# 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"
|