aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hs-bibutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-hs-bibutils/Makefile')
-rw-r--r--textproc/hs-hs-bibutils/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/hs-hs-bibutils/Makefile b/textproc/hs-hs-bibutils/Makefile
index 37fc4a7feb11..57f0616393d8 100644
--- a/textproc/hs-hs-bibutils/Makefile
+++ b/textproc/hs-hs-bibutils/Makefile
@@ -6,14 +6,18 @@
#
PORTNAME= hs-bibutils
-PORTVERSION= 0.3
+PORTVERSION= 4.12
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>