freebsd-ports/devel/py-fs/Makefile
Martin Wilke 1903f918c7 Pyfilesystem is a Python module that provides a simplified common interface to
many types of filesystem. Filesystems exposed via Pyfilesystem can also be
served over the network, or 'mounted' on the native filesystem.

Pyfilesystem simplifies working directories and paths, even if you only intend
to work with local files. Differences in path formats between platforms are
abstracted away, and you can write code that sand-boxes any changes to a given
directory.

WWW: http://code.google.com/p/pyfilesystem/

PR:		ports/179027
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2013-05-29 00:34:17 +00:00

19 lines
372 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= fs
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= pyfilesystem
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Python filesystem abstraction
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>