Tweak math/hs-pointed version 3.0.2_2
[dports.git] / math / hs-pointed / Makefile
1 # $FreeBSD: math/hs-pointed/Makefile 327746 2013-09-20 20:55:04Z bapt $
2
3 PORTNAME=       pointed
4 PORTVERSION=    3.0.2
5 PORTREVISION=   2
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>