Added
Link Here
|
1 |
PORTNAME= rfc6555 |
2 |
PORTVERSION= 0.1.0 |
3 |
DISTVERSIONPREFIX= v |
4 |
CATEGORIES= mail python |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= dereks@lifeofadishwasher.com |
8 |
COMMENT= Happy Eyeballs Algorithm described in RFC 6555 |
9 |
WWW= https://github.com/sethmlarson/rfc6555 |
10 |
|
11 |
LICENSE= APACHE20 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
USES= pytest python |
15 |
# github port since tests are not included in sdist |
16 |
# https://github.com/sethmlarson/rfc6555/pull/8 |
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= sethmlarson |
19 |
USE_PYTHON= autoplist distutils |
20 |
|
21 |
NO_ARCH= yes |
22 |
|
23 |
.include <bsd.port.mk> |