ports/net/py-portend/Makefile

27 lines
462 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = monitor TCP ports for bound or unbound states
2023-09-08 05:21:37 +00:00
MODPY_EGG_VERSION = 3.2.0
2023-08-16 22:26:55 +00:00
DISTNAME = portend-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
2023-08-16 22:26:55 +00:00
CATEGORIES = net
HOMEPAGE = https://github.com/jaraco/portend
# MIT
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools_scm
RUN_DEPENDS = devel/py-tempora${MODPY_FLAVOR}>=1.8
NO_TEST = Yes
.include <bsd.port.mk>