opnsense-ports/devel/hs-PSQueue/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= PSQueue
PORTVERSION= 1.1
PORTREVISION= 16
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Priority Search Queue
LICENSE= BSD3CLAUSE
IGNORE= Doesn't build with recent GHC version
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>