freebsd-ports/devel/hs-mmap/Makefile
Gabor Pali 2fd8d1fe66 - Update to 0.5.8
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 02:57:25 +00:00

19 lines
428 B
Makefile

# New ports collection makefile for: hs-mmap
# Date created: July 09 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
PORTNAME= mmap
PORTVERSION= 0.5.8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Memory-mapped files for POSIX and Windows
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>