# New ports collection makefile for:	hs-byteorder
# Date created:		December 30, 2011
# Whom:			haskell@FreeBSD.org
#
# $FreeBSD: ports/devel/hs-byteorder/Makefile,v 1.1 2012/02/18 16:43:12 pgj Exp $
#

PORTNAME=	byteorder
PORTVERSION=	1.0.3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Exposes the native endianness or byte ordering of the system

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

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