Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-psqueues/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= psqueues | PORTNAME= psqueues | ||||
| PORTVERSION= 0.2.3.0 | PORTVERSION= 0.2.6.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Provides Priority Search Queues | COMMENT= Provides Priority Search Queues | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= hashable | USE_CABAL= hashable | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||