blob: ee692c8867019c83cd9411e88a713feecf170546 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= email-reply-parser
PORTVERSION= 0.5.12
PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= PYPI
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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
|