diff options
Diffstat (limited to 'devel/hs-microstache/Makefile')
-rw-r--r-- | devel/hs-microstache/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/hs-microstache/Makefile b/devel/hs-microstache/Makefile new file mode 100644 index 000000000000..524f3325a6f9 --- /dev/null +++ b/devel/hs-microstache/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= microstache +PORTVERSION= 1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Mustache templates for Haskell + +LICENSE= BSD3CLAUSE + +USE_CABAL= aeson parsec semigroups text unordered-containers vector + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |