blob: 7a3c638a77259a26d488ebff8c0b1c78b8e88917 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= hs-bibutils
PORTVERSION= 5.0
PORTREVISION= 2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Bindings to bibutils, the bibliography conversion utilities
LICENSE= GPLv2
BUILD_DEPENDS= bibutils>=5.0:${PORTSDIR}/textproc/bibutils
RUN_DEPENDS= bibutils>=5.0:${PORTSDIR}/textproc/bibutils
USE_CABAL= syb
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|