aboutsummaryrefslogtreecommitdiff
path: root/mail/py-rfc6555/Makefile
blob: 8c03a99679d55724ad86962333264c367ec1e91a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	rfc6555
PORTVERSION=	0.1.0
DISTVERSIONPREFIX=	v
CATEGORIES=	mail python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dereks@lifeofadishwasher.com
COMMENT=	Happy Eyeballs Algorithm described in RFC 6555
WWW=		https://github.com/sethmlarson/rfc6555

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
# github port since tests are not included in sdist
# https://github.com/sethmlarson/rfc6555/pull/8
USE_GITHUB=	yes
GH_ACCOUNT=	sethmlarson
USE_PYTHON=	autoplist distutils pytest

NO_ARCH=	yes

.include <bsd.port.mk>