mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
23 lines
521 B
Makefile
23 lines
521 B
Makefile
PORTNAME= imapclient
|
|
DISTVERSION= 2.3.1
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= IMAPClient-${PORTVERSION}
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= Easy to use, Pythonic and complete IMAP client library
|
|
WWW= https://github.com/mjs/imapclient
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.4+ zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|