Update devel/hs-reflection to version 2
[dports.git] / devel / hs-reflection / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       reflection
4 PORTVERSION=    2
5 CATEGORIES=     devel haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Reifies arbitrary terms into types that can be reflected back into terms
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      tagged>=0.4.4
13
14 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
15 .include <bsd.port.mk>