freebsd-ports/math/hs-categories/Makefile
Gabor Pali c096badde5 Categories from category-extras.
WWW:	http://comonad.com/reader/

Obtained from:	FreeBSD Haskell
2011-08-14 11:22:22 +00:00

21 lines
426 B
Makefile

# New ports collection makefile for: hs-categories
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= categories
PORTVERSION= 0.58.0.5
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Categories from category-extras
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= void>=0.5.4.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>