20 lines
309 B
Makefile
20 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>
|