diff options
Diffstat (limited to 'textproc/hs-appar/Makefile')
-rw-r--r-- | textproc/hs-appar/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hs-appar/Makefile b/textproc/hs-appar/Makefile new file mode 100644 index 000000000000..2a69d9bd92fa --- /dev/null +++ b/textproc/hs-appar/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= appar +PORTVERSION= 0.1.4 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Simple applicative parser + +LICENSE= BSD3CLAUSE + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |