aboutsummaryrefslogtreecommitdiffstats
path: root/audio/hs-libmpd/Makefile
blob: 523ab12afd47490aa26c0849627b45354d37bda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-libmpd
# Date created:        May 16, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libmpd
PORTVERSION=    0.8.0
PORTREVISION=   1
CATEGORIES= audio haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    An MPD client library

LICENSE=    LGPL21

USE_CABAL=  mtl>=2.0 mtl network>=2.1 text utf8-string>=0.3.1

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