19 lines
423 B
Makefile
19 lines
423 B
Makefile
PORTNAME= email-reply-parser
|
|
PORTVERSION= 0.5.12
|
|
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>
|