kili 9e15e75ecf Import hs-network-uri (but don't link it to the build yet).
ok sthen@, dcoppa@

This package provides an URI manipulation inteface.
2015-09-11 18:52:23 +00:00

25 lines
527 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/09/11 18:52:23 kili Exp $
COMMENT = URI manipulation
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
DISTNAME = network-uri-2.6.0.3
CATEGORIES = devel net
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = LFMzacKIfjmC6gRt5N3aSz
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-parsec>=3.0,<3.2
.include <bsd.port.mk>