mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
dcd41852f0
- games/xlennart - net/tcpkali - sysutils/odo - sysutils/ohmu PR: 244111 244112 244113 244113 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
30 lines
636 B
Makefile
30 lines
636 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ohmu
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to view space usage in your terminal
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= paul-nechifor
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils concurrent optsuffix
|
|
NO_ARCH= yes
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's/scandir==1.3/scandir>=1.3/' \
|
|
-e 's/future==0.15.2/future>=0.15.2/' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|