aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ohmu/Makefile
blob: 8b4c4e5b92469be597a31726e43d78770860f198 (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
24
25
26
PORTNAME=	ohmu
PORTVERSION=	1.1.0
PORTREVISION=	6
DISTVERSIONPREFIX=	v
CATEGORIES=	sysutils

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool to view space usage in your terminal
WWW=		https://gitlab.com/paul-nechifor/ohmu

LICENSE=	MIT

RUN_DEPENDS=	${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/future==0.15.2/future>=0.15.2/' \
		${WRKSRC}/setup.py

.include <bsd.port.mk>