84be999141
- 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
20 lines
387 B
Makefile
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>
|