aboutsummaryrefslogtreecommitdiff
path: root/devel/py-python2-pythondialog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-python2-pythondialog/Makefile')
-rw-r--r--devel/py-python2-pythondialog/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/py-python2-pythondialog/Makefile b/devel/py-python2-pythondialog/Makefile
deleted file mode 100644
index d35620190803..000000000000
--- a/devel/py-python2-pythondialog/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= python2-pythondialog
-PORTVERSION= 3.5.1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Backport of pythondialog to Python 2
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>