view x11-toolkits/pypy3-tkinter/Makefile @ 200:792fb463576a

FIX: update the package description to contain the correct Python implementation 3.10.16
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Mar 2025 16:44:26 +0100
parents 89f5beae0a3f
children
line wrap: on
line source

# Created by: Franz Glasner <fzglas.hg@dom66.de>
# based on the port created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	tkinter
DISTVERSION=	${PYPY_DEFAULT_DISTVERSION}
CATEGORIES=	x11-toolkits python

MAINTAINER=	fzglas.hg@dom66.de
COMMENT=	PyPy bindings to the Tk widget set
WWW=		https://www.pypy.org

USES=		tk

CFFI_MODULE=	_tkinter/tklib
FFI_MODULE_NAME=	tkffi

.include "${.CURDIR}/../../lang/pypy3/Makefile.cffi.inc"
.include <bsd.port.post.mk>