aboutsummaryrefslogtreecommitdiff
path: root/www/hs-path-pieces/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:18:34 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:18:34 +0000
commit5601089dd490b8145fa6de4138b71ce853b06f45 (patch)
tree66462840b3ea46518a6f518400278fbc0774af42 /www/hs-path-pieces/Makefile
parentb41bcdb179233c9e18a93b8716e857c6dd8df2f9 (diff)
Components of paths.
WWW: http://github.com/snoyberg/path-pieces Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=291713
Diffstat (limited to 'www/hs-path-pieces/Makefile')
-rw-r--r--www/hs-path-pieces/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile
new file mode 100644
index 000000000000..0814dd82ced3
--- /dev/null
+++ b/www/hs-path-pieces/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-path-pieces
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= path-pieces
+PORTVERSION= 0.0.0
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Components of paths
+
+LICENSE= BSD
+
+USE_CABAL= text>=0.5
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>