blob: 75b37d9783d4e89161ef8d014e277240ff306c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= email-reply-parser
PORTVERSION= 0.5.9
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= email_reply_parser-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= GitHubs Email Reply Parser library for python
WWW= https://github.com/zapier/email-reply-parser
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|