Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-system-fileio/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= system-fileio | PORTNAME= system-fileio | ||||
| PORTVERSION= 0.3.16.3 | PORTVERSION= 0.3.16.3 | ||||
| PORTREVISION= 2 | PORTREVISION= 3 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Consistent filesystem interaction across GHC versions | COMMENT= Consistent filesystem interaction across GHC versions | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= system-filepath>=0.3.1 text>=0.7.1 | USE_CABAL= system-filepath>=0.3.1 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||