aboutsummaryrefslogtreecommitdiff
path: root/net/hs-sendfile/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:38:56 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:38:56 +0000
commita5e6698620fb90a0e850fe09bc23437db979a8b5 (patch)
tree4711dd77ea6982a36264b7844b53d545312b18cf /net/hs-sendfile/Makefile
parent586f4904196e9e86275103d5e5b28588f6398b3f (diff)
downloadports-a5e6698620fb90a0e850fe09bc23437db979a8b5.tar.gz
ports-a5e6698620fb90a0e850fe09bc23437db979a8b5.zip
Notes
Diffstat (limited to 'net/hs-sendfile/Makefile')
-rw-r--r--net/hs-sendfile/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile
new file mode 100644
index 000000000000..a38c2c387684
--- /dev/null
+++ b/net/hs-sendfile/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-sendfile
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sendfile
+PORTVERSION= 0.7.3
+CATEGORIES= net haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A portable sendfile library
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= network>=2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>