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

PORTNAME=	iproute
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	net haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	IP Routing Table

LICENSE=	BSD3CLAUSE

USE_CABAL=	appar byteorder network

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