aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-chart/Makefile')
-rw-r--r--graphics/py-chart/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile
deleted file mode 100644
index a9442f5eb425..000000000000
--- a/graphics/py-chart/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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>