diff options
Diffstat (limited to 'textproc/hs-regex-applicative/Makefile')
-rw-r--r-- | textproc/hs-regex-applicative/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/hs-regex-applicative/Makefile b/textproc/hs-regex-applicative/Makefile new file mode 100644 index 000000000000..4389083f0f9f --- /dev/null +++ b/textproc/hs-regex-applicative/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= regex-applicative +PORTVERSION= 0.3.2.1 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Regex-based parsing with applicative interface + +LICENSE= MIT + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |