aboutsummaryrefslogtreecommitdiff
path: root/net/hs-network-multicast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hs-network-multicast/Makefile')
-rw-r--r--net/hs-network-multicast/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/hs-network-multicast/Makefile b/net/hs-network-multicast/Makefile
new file mode 100644
index 000000000000..d9127786f83d
--- /dev/null
+++ b/net/hs-network-multicast/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= network-multicast
+PORTVERSION= 0.0.7
+CATEGORIES= net haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Simple multicast library
+
+USE_CABAL= network
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>