forked from Lainports/opnsense-ports
14 lines
286 B
Makefile
14 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= disk-free-space
|
|
PORTVERSION= 0.1.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Retrieve information about disk space usage
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|