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