freebsd-ports/misc/py-palettable/Makefile
Yuri Victorovich fff5e408d3 misc/py-palettable: Update 3.2.0 -> 3.3.0
Reported by:	portscout
2019-10-13 20:56:59 +00:00

19 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= palettable
DISTVERSION= 3.3.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library of color palettes for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>