Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-vector-binary-instances/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= vector-binary-instances | PORTNAME= vector-binary-instances | ||||
| PORTVERSION= 0.2.3.5 | PORTVERSION= 0.2.4 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Instances of Data.Binary and Data.Serialize for vector | COMMENT= Instances of Data.Binary and Data.Serialize for vector | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= cereal vector>=0.6 | USE_CABAL= vector>=0.6 | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||