aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-byteorder/Makefile
blob: e45e3c4223f7ef55fc3d850c60a934bd23a85c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=   byteorder
PORTVERSION=    1.0.4
PORTREVISION=   3
CATEGORIES= devel haskell

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

LICENSE=    BSD

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