aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-css-text/Makefile
blob: 9f0c65b0844eb4648e3f505f221be285fd24ffd7 (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=   10
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>