view Makefile @ 176:a31eec33ff49

Remove the now unneeded $FreeBSD$ RCS keyword
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 21:03:31 +0200
parents 6c73a827df9a
children 903d2e59fe72
line wrap: on
line source

# Created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	tkinter
CATEGORIES=	x11-toolkits python

MAINTAINER=	python@FreeBSD.org
COMMENT=	PyPy bindings to the Tk widget set

USES=		tk

CFFI_MODULE=	_tkinter/tklib
CFFI_NAME=	tkffi

.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
.include <bsd.port.mk>