openbsd-ports/net/hs-network-info/Makefile
kili b75230deea This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.

From David Schaefer, some small changes to patches/patch-cbits_network_h
from me, also discussed with dcoppa@

ok dcoppa@
2014-03-31 21:41:13 +00:00

20 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/03/31 21:41:13 kili Exp $
COMMENT = obtain getifaddrs(3) information from Haskell
DISTNAME = network-info-0.2.0.3
CATEGORIES = net
HOMEPAGE = https://github.com/jystic/network-info
MAINTAINER = David Schaefer <dawedawe@gmx.de>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>