Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-process-extras/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= process-extras | PORTNAME= process-extras | ||||
| PORTVERSION= 0.7.2 | PORTVERSION= 0.7.4 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Read process input and output as ByteStrings or Text | COMMENT= Read process input and output as ByteStrings or Text | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= data-default generic-deriving ListLike mtl text | USE_CABAL= data-default generic-deriving ListLike mtl | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||