ports from semarie, kmos, jung, martin, benoit, juanfra. general oks benoit bket daniel kmos
30 lines
577 B
Makefile
30 lines
577 B
Makefile
# $OpenBSD: Makefile,v 1.40 2021/10/24 09:28:48 sthen Exp $
|
|
|
|
COMMENT = Python module to handle IPv4 and IPv6 address
|
|
|
|
MODPY_EGG_VERSION = 1.01
|
|
REVISION = 0
|
|
DISTNAME = IPy-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-IP-${MODPY_EGG_VERSION}
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/autocracy/python-ipy/wiki
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_DISTUTILS_INSTALLARGS = -O2
|
|
MODPY_PYOEXTENSION = opt-2.pyc
|
|
MODPY_PYTEST = Yes
|
|
|
|
.include <bsd.port.mk>
|