2019-09-30 12:58:07 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2019/09/30 12:58:09 kili Exp $
|
2010-04-06 15:19:44 +00:00
|
|
|
|
|
|
|
COMMENT = Haskell networking library
|
|
|
|
|
2014-06-19 18:58:01 +00:00
|
|
|
# Dependency of meta/haskell-platform.
|
|
|
|
# Please do *not* update without thinking.
|
2016-01-29 20:28:07 +00:00
|
|
|
PORTROACH = ignore:1
|
|
|
|
|
2015-09-19 07:58:00 +00:00
|
|
|
DISTNAME = network-2.6.2.1
|
2019-09-30 12:58:07 +00:00
|
|
|
REVISION = 5
|
2010-04-06 15:19:44 +00:00
|
|
|
CATEGORIES = devel net
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-04-06 15:19:44 +00:00
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2019-09-30 12:58:07 +00:00
|
|
|
MODGHC_PACKAGE_KEY = Lfd6hU8QSOtC72PepFdIPJ
|
2015-09-19 07:58:00 +00:00
|
|
|
|
2010-04-06 15:19:44 +00:00
|
|
|
.include <bsd.port.mk>
|