2a87666839
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13419
18 lines
315 B
Makefile
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>
|