aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-css-text/Makefile
blob: 0fd7b77cda8137966f860e6fb12d9a3c9c4e9f10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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

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