ports/misc/py-colorbrewer/Makefile
2017-11-28 03:06:58 +00:00

19 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= colorbrewer
DISTVERSION= 0.1.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Constants from Cynthia Brewer's ColorBrewer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>