aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/fastest_pkg/Makefile
blob: 37a954812310d2e3ab1693c2867de5d4a32468fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	fastest_pkg
PORTVERSION=	0.1.2
DISTVERSIONPREFIX=	v
CATEGORIES=	ports-mgmt python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Script to find the fastest pkg mirror

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \
		curl:ftp/curl

USES=		python:3.6+
USE_GITHUB=	yes
GH_ACCOUNT=	ehaupt
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>