aboutsummaryrefslogtreecommitdiff
path: root/net/hs-maccatcher/Makefile
blob: 9387c444509622c091f3c1e0d6ef9be0f591af0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	maccatcher
PORTVERSION=	2.1.5
PORTREVISION=	1
CATEGORIES=	net haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Obtain the host MAC address on *NIX and Windows

LICENSE=	BSD

USE_CABAL=	parsec

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>