* The sdist distributed via PyPI contains no license files. Approved by: portmgr (build fix)
19 lines
410 B
Makefile
19 lines
410 B
Makefile
PORTNAME= django-mailbox
|
|
PORTVERSION= 4.8.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= Easily ingest messages from POP3, IMAP, or local mailboxes
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+,run
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|