# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# Note: biber is not backwards-compatible, so be sure to check for
# compatibility with the version of biblatex in texlive-bibtex-extra
# before updating this port.
version ${perl5.moduleversion}
maintainers {dports @drkp} openmaintainer
description a BibTeX replacement for users of biblatex
Biblatex relies on the venerable BibTeX program only for sorting and \
generating a very generic bbl file without any formatting \
instruction. Everything else is taken care of by biblatex, which \
provides a powerful and flexible macro interface for authors of \
citation styles. With Biber it is no longer necessary to rely on \
BibTeX, allowing full Unicode support, no memory limitations, \
master_sites https://github.com/plk/biber/archive/
worksrcdir biber-${version}
checksums rmd160 50f689a15bde19959ed261cea1c105fa815ab5a7 \
sha256 a0afc4cd97d56f4f433e476de1d4bd9bf9740eb29191bf616b1ea3f424408d9f
patchfiles patch-use-encode.pm
depends_build-append port:p${perl5.major}-config-autoconf \
port:p${perl5.major}-extutils-libbuilder \
port:p${perl5.major}-test-differences
depends_lib-append port:p${perl5.major}-autovivification \
port:p${perl5.major}-business-isbn \
port:p${perl5.major}-business-ismn \
port:p${perl5.major}-business-issn \
port:p${perl5.major}-class-accessor \
port:p${perl5.major}-data-compare \
port:p${perl5.major}-data-dump \
port:p${perl5.major}-data-uniqid \
port:p${perl5.major}-date-simple \
port:p${perl5.major}-datetime-calendar-julian \
port:p${perl5.major}-datetime-format-builder \
port:p${perl5.major}-encode-eucjpascii \
port:p${perl5.major}-encode-hanextra \
port:p${perl5.major}-encode-jis2k \
port:p${perl5.major}-file-slurp \
port:p${perl5.major}-file-which \