forked from Lainports/opnsense-ports
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scanner
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Parser combinator library designed to be fast
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|