mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
21 lines
471 B
Makefile
21 lines
471 B
Makefile
PORTNAME= django-mailbox
|
|
PORTVERSION= 4.8.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= Easily ingest messages from POP3, IMAP, or local mailboxes
|
|
WWW= https://github.com/coddingtonbear/django-mailbox/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python:run
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|