freebsd-ports/sysutils/py-gmailfs-fuse/Makefile
Mahdi Mokhtari 2c32b6c36a sysutils/py-gmailfs-fuse: Add port to tree
gmailfs-fuse is a FUSE filesystem that mounts your gmail storage
like a local filesystem for use.

Reviewed by:	koobs (python team), mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10929
2017-05-31 15:20:16 +00:00

20 lines
405 B
Makefile

# $FreeBSD$
PORTNAME= gmailfs-fuse
PORTVERSION= 0.8.6
CATEGORIES= sysutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Use an IMAP server (like gmail) as normal storage
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fusefs>=0.2:devel/py-fusefs
USES= fuse python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>