freebsd-ports/math/hs-distributive/Makefile
Gabor Pali 6ed27484ec - Update to 0.2.2
Obtained from:	FreeBSD Haskell
2012-06-03 22:14:16 +00:00

20 lines
433 B
Makefile

# New ports collection makefile for: hs-distributive
# Date created: July 16, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= distributive
PORTVERSION= 0.2.2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 distributive functors -- Dual to Traversable
LICENSE= BSD
USE_CABAL= transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>