aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-hs-bibutils/Makefile
blob: 864c263f01c5c1503aeadaf5ccee2991dd2479a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   hs-bibutils
PORTVERSION=    4.15
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell bindings to bibutils, the bibliography conversion utilities

LICENSE=    GPLv2

BUILD_DEPENDS=  bibutils>=4.9:${PORTSDIR}/textproc/bibutils
RUN_DEPENDS=    bibutils>=4.9:${PORTSDIR}/textproc/bibutils

USE_CABAL=  syb

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