mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
21 lines
373 B
Makefile
21 lines
373 B
Makefile
COMMENT = wrapper for 'email' in Python's standard library
|
|
|
|
MODPY_DISTV = 3.15.0
|
|
DISTNAME = mail-parser-${MODPY_DISTV}
|
|
PKGNAME = mailparser-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = mail
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
RUN_DEPENDS = devel/py-simplejson \
|
|
devel/py-six
|
|
|
|
.include <bsd.port.mk>
|