opnsense-ports/mail/py-email_reply_parser/Makefile
Franco Fichtner 50991ae768 */*: sync with upstream
Taken from: HardenedBSD
2018-11-15 20:51:07 +01: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>