Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-convertible/Makefile
| # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= convertible | PORTNAME= convertible | ||||
| PORTVERSION= 1.1.1.0 | PORTVERSION= 1.1.1.0 | ||||
| PORTREVISION= 2 | PORTREVISION= 3 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Typeclasses and instances for converting between types | COMMENT= Typeclasses and instances for converting between types | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= mtl old-locale old-time text>=0.8 | USE_CABAL= mtl old-locale old-time | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||