diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2021-04-19 14:32:52 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2021-04-19 14:53:13 +0000 |
commit | 7b7347b1b53ee3573dee2790cc249721efb1654b (patch) | |
tree | 192a35ad6a7c2496d35701fbad9e3f6956737da1 /mail | |
parent | 2ecc5135d7263046877b9dd60bd05847ab8949ff (diff) |
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-django-mailbox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/py-django-mailbox/Makefile b/mail/py-django-mailbox/Makefile index 1fdf4a60bd8d..4dcff0c4ca9b 100644 --- a/mail/py-django-mailbox/Makefile +++ b/mail/py-django-mailbox/Makefile @@ -8,7 +8,6 @@ MAINTAINER= gettoknowmi@yahoo.com COMMENT= Easily ingest messages from POP3, IMAP, or local mailboxes LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} |