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

PORTNAME=	css-text
PORTVERSION=	0.1.2.1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	CSS parser and renderer

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec>=0.10.2.0 text>=0.11

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