summaryrefslogtreecommitdiff
path: root/filesystems/py-fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-fs/Makefile')
-rw-r--r--filesystems/py-fs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile
new file mode 100644
index 000000000000..f9b5d57677ca
--- /dev/null
+++ b/filesystems/py-fs/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= fs
+PORTVERSION= 0.5.4
+PORTREVISION= 1
+CATEGORIES= filesystems devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= douglas@douglasthrift.net
+COMMENT= Python filesystem abstraction
+WWW= https://pyfilesystem.org/
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= dos2unix python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>