Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-PSQueue/Makefile
- This file was copied to devel/hs-basement/Makefile.
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= PSQueue | PORTNAME= PSQueue | ||||
| PORTVERSION= 1.1 | PORTVERSION= 1.1 | ||||
| PORTREVISION= 15 | PORTREVISION= 15 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Priority Search Queue | COMMENT= Priority Search Queue | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| IGNORE= Doesn't build with recent GHC version | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||