mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
338 B
Makefile
24 lines
338 B
Makefile
COMMENT = threaded Python IMAP4 client
|
|
|
|
MODPY_DISTV = 3.6
|
|
|
|
DISTNAME = imaplib2-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = mail
|
|
|
|
HOMEPAGE = https://github.com/jazzband/imaplib2/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|