aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-psqueues/Makefile
blob: 3e920fde460c4805adf7b652180caaca0054b470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   psqueues
PORTVERSION=    0.2.6.0
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Provides Priority Search Queues

LICENSE=    BSD3CLAUSE

USE_CABAL=  hashable

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>