aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-microstache/Makefile
blob: ee776495f61fbaa95b49778765d1e8c0a6878d34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	microstache
PORTVERSION=	1
PORTREVISION=	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>