aboutsummaryrefslogtreecommitdiff
path: root/net/hs-maccatcher/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-03-29 22:43:58 +0000
commitbd8d410bbe561cb06cef8e6439398148ea172996 (patch)
treebb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /net/hs-maccatcher/Makefile
parent18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff)
Notes
Diffstat (limited to 'net/hs-maccatcher/Makefile')
-rw-r--r--net/hs-maccatcher/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/hs-maccatcher/Makefile b/net/hs-maccatcher/Makefile
new file mode 100644
index 000000000000..17f98d401856
--- /dev/null
+++ b/net/hs-maccatcher/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= maccatcher
+PORTVERSION= 2.1.5
+CATEGORIES= net haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Obtain the host MAC address on *NIX and Windows
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= parsec
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>