# Created by:	martin@sugioarto.com
# $FreeBSD: head/devel/hs-bytestring-lexing/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	bytestring-lexing
PORTVERSION=	0.5.0.2
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Parse and produce literals from strict or lazy bytestrings

LICENSE=	BSD2CLAUSE

USE_ALEX=	yes

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
