freebsd-ports/mail/py-email_reply_parser/Makefile
Sunpoet Po-Chuan Hsieh 84be999141 Move mail/py-email-reply-parser to mail/py-email_reply_parser
- Update to 0.5.9
- Change MASTER_SITES to CHEESESHOP
- Add LICENSE
- Add NO_ARCH

Changes:	https://github.com/zapier/email-reply-parser/commits/master
2018-11-15 19:07:40 +00:00

20 lines
387 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>