SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/py-rfc6555/Makefile
Normal file
26
devel/py-rfc6555/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue