21 lines
421 B
Makefile
21 lines
421 B
Makefile
# 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= 2
|
|
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>
|