SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

26
devel/py-rfc6555/Makefile Normal file
View file

@ -0,0 +1,26 @@
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>