2016-12-03 11:31:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= leather
|
2016-12-04 11:50:00 +01:00
|
|
|
PORTVERSION= 0.3.3
|
2016-12-03 11:31:37 +01:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
|
|
COMMENT= Charting library for those who need charts now
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${FLAVOR}
|
2016-12-03 11:31:37 +01:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|