aboutsummaryrefslogtreecommitdiff
path: root/www/hs-shakespeare/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:11:03 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:11:03 +0000
commit4ec18f72072e79105bd8b12cb88a16bad4d2594a (patch)
tree75377be46ceee19b97cd406f9976fce3eac65c42 /www/hs-shakespeare/Makefile
parent230e9ffc4e8b57a9a4ae5bec4bb10b1772dac6a3 (diff)
downloadports-4ec18f72072e79105bd8b12cb88a16bad4d2594a.tar.gz
ports-4ec18f72072e79105bd8b12cb88a16bad4d2594a.zip
Notes
Diffstat (limited to 'www/hs-shakespeare/Makefile')
-rw-r--r--www/hs-shakespeare/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile
new file mode 100644
index 000000000000..fcfaedb1362b
--- /dev/null
+++ b/www/hs-shakespeare/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-shakespeare
+# Date created: December 25, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= shakespeare
+PORTVERSION= 0.10.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A toolkit for making compile-time interpolated templates
+
+LICENSE= BSD
+
+USE_CABAL= parsec>=2 text>=0.7
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>