20 lines
466 B
Makefile
20 lines
466 B
Makefile
# New ports collection makefile for: hs-shakespeare-css
|
|
# Date created: December 26, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shakespeare-css
|
|
PORTVERSION= 1.0.1.2
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Stick your Haskell variables into CSS at compile time
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= parsec>=2 shakespeare>=1.0 text>=0.11.1.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|