blob: 8223ea87f6cd6da454a0a3aabdf28e080b5009d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Tom Judge <tj@FreeBSD.org>
PORTNAME= email_reply_parser
PORTVERSION= 0.5.9
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= GitHubs Email Reply Parser library for python
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|