17 lines
353 B
Makefile
17 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= shakespeare
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Toolkit for making compile-time interpolated templates
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= parsec>=2 system-fileio>=0.3 system-filepath>=0.4 \
|
|
text>=0.7
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|