mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
a5b2d81072
WWW: https://www.github.com/paul-nechifor/ohmu PR: 203809 Submitted by: Neel Chauhan <neel@neelc.org>
21 lines
309 B
Makefile
21 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ohmu
|
|
PORTVERSION= 0.5.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Tool to view space usage in your terminal
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= paul-nechifor
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|