Update math/hs-pointed to version 3.0.2_2
[dports.git] / math / hs-pointed / Makefile
1 # $FreeBSD: math/hs-pointed/Makefile 319894 2013-06-04 18:53:40Z pgj $
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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
18 .include <bsd.port.mk>