mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
fa91e4c7ba
With hat: portmgr
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chart
|
|
PORTVERSION= 1.39
|
|
PORTREVISION= 7
|
|
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
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Broken, uses EOLed python27
|
|
EXPIRATION_DATE= 2020-02-19
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= ghostscript:run python:2.7
|
|
|
|
.include <bsd.port.mk>
|