mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
395 B
Makefile
22 lines
395 B
Makefile
COMMENT= wrapper for 'email' in Python's standard library
|
|
|
|
MODPY_DISTV= 4.3.0
|
|
DISTNAME= mail_parser-${MODPY_DISTV}
|
|
PKGNAME= mailparser-${MODPY_DISTV}
|
|
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= https://github.com/SpamScope/mail-parser
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatchling
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-test-cov \
|
|
devel/py-test-mock
|
|
|
|
.include <bsd.port.mk>
|