1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/audio/hs-libmpd/Makefile
Ashish SHUKLA 530a2aa601 - Update to 0.6.0
Obtained from:	FreeBSD Haskell
2011-07-10 00:59:37 +00:00

23 lines
466 B
Makefile

# New ports collection makefile for: hs-libmpd
# Date created: May 16, 2010
# Whom: Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmpd
PORTVERSION= 0.6.0
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= An MPD client library
LICENSE= LGPL21
USE_CABAL= mtl>=2.0 network>=2.1 utf8-string>=0.3.1
CONFIGURE_ARGS+= --flags="-test -coverage"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>