diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-03-29 22:43:58 +0000 |
commit | bd8d410bbe561cb06cef8e6439398148ea172996 (patch) | |
tree | bb6acd9e4d75e5dd918d3f6f723ca485c7f0dd6f /net/hs-maccatcher | |
parent | 18f2b16087e8ecd6790e8d551f1083d977da1d77 (diff) |
Notes
Diffstat (limited to 'net/hs-maccatcher')
-rw-r--r-- | net/hs-maccatcher/Makefile | 17 | ||||
-rw-r--r-- | net/hs-maccatcher/distinfo | 2 | ||||
-rw-r--r-- | net/hs-maccatcher/pkg-descr | 3 |
3 files changed, 22 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> diff --git a/net/hs-maccatcher/distinfo b/net/hs-maccatcher/distinfo new file mode 100644 index 000000000000..600eb5dc15a3 --- /dev/null +++ b/net/hs-maccatcher/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/maccatcher-2.1.5.tar.gz) = cbafc38151d9c4c17c3055a7f8f0702bf5d7d5240db3369c84326e94ddcaa67c +SIZE (cabal/maccatcher-2.1.5.tar.gz) = 4947 diff --git a/net/hs-maccatcher/pkg-descr b/net/hs-maccatcher/pkg-descr new file mode 100644 index 000000000000..fb4c6372c111 --- /dev/null +++ b/net/hs-maccatcher/pkg-descr @@ -0,0 +1,3 @@ +Obtain the host MAC address on *NIX and Windows. + +WWW: http://hackage.haskell.org/package/maccatcher |