22 lines
443 B
Makefile
22 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.6 2016/01/20 16:26:20 kili Exp $
|
|
|
|
COMMENT = parse literals from strict or lazy bytestrings
|
|
|
|
DISTNAME = bytestring-lexing-0.5.0.2
|
|
REVISION = 2
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = http://code.haskell.org/~wren/
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = GJndVD1gnJDKnVWgkxSiAA
|
|
|
|
BUILD_DEPENDS = devel/alex>=2.3
|
|
|
|
.include <bsd.port.mk>
|