mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hs-bibutils
|
|
PORTVERSION= 5.0
|
|
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>
|