diff options
Diffstat (limited to 'devel/hs-byteorder/Makefile')
-rw-r--r-- | devel/hs-byteorder/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-byteorder/Makefile b/devel/hs-byteorder/Makefile new file mode 100644 index 000000000000..996627e32e39 --- /dev/null +++ b/devel/hs-byteorder/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-byteorder +# Date created: December 30, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +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> |