21 lines
420 B
Makefile
21 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.22 2019/09/30 12:38:01 kili Exp $
|
|
|
|
COMMENT = alternative parser combinator libraries
|
|
|
|
DISTNAME = polyparse-1.12.1
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = http://code.haskell.org/~malcolm/polyparse/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = FeZxex5koKh2BIaglzjzIj
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|