ports/devel/py-rfc6555/Makefile

26 lines
462 B
Makefile

COMMENT = implementation of the Happy Eyeballs Algorithm
MODPY_EGG_VERSION = 0.1.0
DISTNAME = rfc6555-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://www.github.com/SethMichaelLarson/rfc6555
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
# tests connect to www.google.com on port 80
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>