1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/ohmu/Makefile
Pawel Pekala a5b2d81072 Tool to view space usage in your terminal.
WWW: https://www.github.com/paul-nechifor/ohmu

PR:		203809
Submitted by:	Neel Chauhan <neel@neelc.org>
2015-10-29 20:55:31 +00:00

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>