1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/py-chart/Makefile
Antoine Brodin fa91e4c7ba Deprecate a few broken ports
With hat:	portmgr
2020-01-14 12:36:37 +00:00

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>