freebsd-ports/sysutils/py-gmailfs-fuse/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

20 lines
418 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@${PY_FLAVOR}
USES= fuse python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>