forked from Lainports/freebsd-ports
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# New ports collection makefile for: hs-PSQueue
|
|
# Date created: September 20, 2010
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PSQueue
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Priority Search Queue
|
|
|
|
LICENSE= BSD
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|