summaryrefslogtreecommitdiff
path: root/devel/py-fileutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fileutils/Makefile')
-rw-r--r--devel/py-fileutils/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/py-fileutils/Makefile b/devel/py-fileutils/Makefile
deleted file mode 100644
index 2a781c778f8a..000000000000
--- a/devel/py-fileutils/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= fileutils
-PORTVERSION= 0.6
-CATEGORIES= devel python
-MASTER_SITES= http://ftp.livinglogic.de/fileutils/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= FileUtils-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= File I/O related functions and classes
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= python tar:bzip2
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>