Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-bloomfilter/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= bloomfilter | PORTNAME= bloomfilter | ||||
PORTVERSION= 2.0.1.0 | PORTVERSION= 2.0.1.0 | ||||
PORTREVISION= 4 | PORTREVISION= 5 | ||||
CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= Pure and impure Bloom Filter implementations | COMMENT= Pure and impure Bloom Filter implementations | ||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |