PR: 225172 Reported by: Garrett Wollman <wollman@FreeBSD.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16646
13 lines
275 B
Makefile
13 lines
275 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= network-info
|
|
PORTVERSION= 0.2.0.10
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Access the local computer's basic network configuration
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|