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

PORTNAME=	text-short
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	This package provides the ShortText type which is suitable for keeping many short strings in memory

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable semigroups text

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>