freebsd-ports/misc/py-palettable/Makefile
Yuri Victorovich 2a87666839 New port: misc/py-palettable: Library of color palettes for Python
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13419
2017-12-08 06:37:54 +00:00

18 lines
315 B
Makefile

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