aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-css-text/Makefile
blob: 1da62b78119c6d58c231229f170904794a6af92a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-css-text
# Date created:        December 2, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   css-text
PORTVERSION=    0.1.1
PORTREVISION=   1
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>