aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ruamel.ordereddict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ruamel.ordereddict/Makefile')
-rw-r--r--devel/py-ruamel.ordereddict/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/py-ruamel.ordereddict/Makefile b/devel/py-ruamel.ordereddict/Makefile
deleted file mode 100644
index 130836e8dc6d..000000000000
--- a/devel/py-ruamel.ordereddict/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Mark Felder <feld@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ruamel.ordereddict
-PORTVERSION= 0.4.14
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python dict that keeps keys in insertion sorted order
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>