summaryrefslogtreecommitdiff
path: root/devel/py-lock_file/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-lock_file/Makefile')
-rw-r--r--devel/py-lock_file/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/py-lock_file/Makefile b/devel/py-lock_file/Makefile
deleted file mode 100644
index 61004e547a59..000000000000
--- a/devel/py-lock_file/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Martin Horcicka <martin@horcicka.eu>
-# $FreeBSD$
-
-PORTNAME= lock_file
-PORTVERSION= 2.0
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= http://martin.horcicka.eu/python/lock_file/ \
- http://pypi.python.org/packages/source/l/lock_file/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= martin@horcicka.eu
-COMMENT= Lock file manipulation
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>