interconverts between various bibliography formats using a common MODS-format XML intermediate. WWW: http://code.haskell.org/hs-bibutils
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# New ports collection makefile for: hs-hs-bibutils
|
|
# Date created: May 14, 2010
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hs-bibutils
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell bindings to bibutils, the bibliography conversion utilities
|
|
|
|
BUILD_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
|
|
RUN_DEPENDS= bibutils>=4.9:${PORTSDIR}/textproc/bibutils
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|