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

PORTNAME=	css-text
PORTVERSION=	0.1.1
PORTREVISION=	8
CATEGORIES=	www haskell

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

LICENSE=	BSD

USE_CABAL=	attoparsec>=0.10 text>=0.11

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