mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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>
|