diff options
Diffstat (limited to 'textproc/hs-scanner/Makefile')
-rw-r--r-- | textproc/hs-scanner/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hs-scanner/Makefile b/textproc/hs-scanner/Makefile new file mode 100644 index 000000000000..ec417600e82d --- /dev/null +++ b/textproc/hs-scanner/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= scanner +PORTVERSION= 0.2 +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> |