freebsd-ports/ports-mgmt/fastest_pkg/Makefile
Mateusz Piotrowski 2bea883c25 ports-mgmt/fastest_pkg: Set NO_ARCH
Approved by:	portmgr blanket
2021-06-25 18:00:24 +02:00

24 lines
515 B
Makefile

# 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
NO_ARCH= yes
.include <bsd.port.mk>