Tweak ports-mgmt/porttree version 1.1.r114_1
[dports.git] / ports-mgmt / fastest_pkg / Makefile
1 PORTNAME=       fastest_pkg
2 PORTVERSION=    0.2.0
3 DISTVERSIONPREFIX=      v
4 PORTREVISION=   1
5 CATEGORIES=     ports-mgmt python
6 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
7
8 PATCH_SITES=    https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
9 PATCHFILES=     0a736009a0c98d3277e6cfe93cc36a5bc6f6cd40.patch:-p1
10
11 MAINTAINER=     ehaupt@FreeBSD.org
12 COMMENT=        Script to find the fastest pkg mirror
13 WWW=            https://github.com/ehaupt/fastest_pkg
14
15 LICENSE=        BSD3CLAUSE
16
17 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \
18                 ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR}
19
20 USES=           python:3.6+
21 USE_GITHUB=     yes
22 GH_ACCOUNT=     ehaupt
23 USE_PYTHON=     autoplist concurrent distutils
24
25 NO_ARCH=        yes
26
27 .include <bsd.port.mk>