mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
19 lines
364 B
Makefile
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>
|