freebsd-ports/graphics/py-tkcolorpicker/Makefile
Nicola Vitale 7640ea1e70
graphics/py-tkcolorpicker: Add new port
Color picker dialog for Tkinter.

This module contains a ColorPicker class which implements the color picker and
an askcolor function that displays the color picker and returns the chosen
color in RGB and HTML formats.

https://github.com/j4321/tkColorPicker
2023-04-19 16:36:11 +02:00

17 lines
369 B
Makefile

PORTNAME= tkcolorpicker
DISTVERSION= 2.1.3
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Color picker dialog for Tkinter
WWW= https://github.com/j4321/tkColorPicker
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>