forked from Lainports/freebsd-ports
Converts and manipulates common colour representation (RGB, HSL, web, ...) WWW: http://github.com/vaab/colour PR: 240604 Submitted by: m.ne@gmx.net Reviewed by: koobs
24 lines
562 B
Makefile
24 lines
562 B
Makefile
# Created by: Martin Neubauer <m.ne@gmx.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= colour
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= graphics devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= m.ne@gmx.net
|
|
COMMENT= Python colour representations manipulation library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}d2to1>0:devel/py-d2to1@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|