summaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
blob: c02c911dd9c12bdcb42cb03d719acd7f9d3c59e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ijliao
# $FreeBSD$

PORTNAME=	chart
PORTVERSION=	1.39
PORTREVISION=	5
CATEGORIES=	graphics python
MASTER_SITES=	http://download.gna.org/pychart/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyChart-${PORTVERSION}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Create high quality Encapsulated Postscript, PDF, or PNG charts

LICENSE=	GPLv2

USE_GHOSTSCRIPT_RUN=	yes
USE_PYTHON=	distutils autoplist
USES=		python:2.7

.include <bsd.port.mk>