Update math/hs-pointed to version 3.0.2_3
[dports.git] / math / hs-pointed / Makefile
1 # $FreeBSD: math/hs-pointed/Makefile 331644 2013-10-26 00:52:33Z gerald $
2
3 PORTNAME=       pointed
4 PORTVERSION=    3.0.2
5 PORTREVISION=   3
6 CATEGORIES=     math haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Haskell 98 pointed and copointed data
10
11 LICENSE=        BSD
12
13 USE_CABAL=      comonad>=3 comonad-transformers>=3 data-default>=0.4 \
14                 semigroupoids>=3.0 semigroups>=0.8.3.1 stm>=2.1.2.1 \
15                 transformers>=0.2
16
17 NO_STAGE=       yes
18 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
19 .include <bsd.port.mk>