e0bdd43eff
ranges with holes in them and so on. WWW: http://hackage.haskell.org/package/ranges Obtained from: FreeBSD Haskell
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# New ports collection makefile for: hs-ranges
|
|
# Date created: December 26, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ranges
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Ranges and various functions on them
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|