1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/print/latex-biber/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

73 lines
2.6 KiB
Makefile

PORTNAME= biber
# https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/development/documentation/biber.pdf/download
# Keep this in-sync with biblatex.sty (currently at 3.16).
PORTVERSION= 2.19
PORTEPOCH= 1
DISTVERSIONPREFIX= v
CATEGORIES= print perl5
PKGNAMEPREFIX= latex-
DIST_SUBDIR= TeX
MAINTAINER= tex@FreeBSD.org
COMMENT= BibTeX replacement for users of biblatex
WWW= https://biblatex-biber.sourceforge.net/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
__DEPENDS= \
p5-Business-ISBN>0:misc/p5-Business-ISBN \
p5-Business-ISMN>0:misc/p5-Business-ISMN \
p5-Business-ISSN>0:misc/p5-Business-ISSN \
p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Config-AutoConf>0:devel/p5-Config-AutoConf \
p5-Data-Compare>0:devel/p5-Data-Compare \
p5-Data-Dump>0:devel/p5-Data-Dump \
p5-Data-Uniqid>0:devel/p5-Data-Uniqid \
p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian \
p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder \
p5-Encode-Locale>0:converters/p5-Encode-Locale \
ja-p5-Encode-EUCJPASCII>0:japanese/p5-Encode-EUCJPASCII \
p5-Encode-HanExtra>0:chinese/p5-Encode-HanExtra \
p5-Encode-JIS2K>0:converters/p5-Encode-JIS2K \
p5-ExtUtils-LibBuilder>0:devel/p5-ExtUtils-LibBuilder \
p5-File-Slurper>=0:devel/p5-File-Slurper \
p5-IO-String>0:devel/p5-IO-String \
p5-IPC-Run3>0:devel/p5-IPC-Run3 \
p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
p5-Lingua-Translit>0:devel/p5-Lingua-Translit \
p5-List-AllUtils>0:devel/p5-List-AllUtils \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-List-MoreUtils-XS>0:lang/p5-List-MoreUtils-XS \
p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
p5-Mozilla-CA>0:www/p5-Mozilla-CA \
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
p5-PerlIO-utf8_strict>0:devel/p5-PerlIO-utf8_strict \
p5-Regexp-Common>0:textproc/p5-Regexp-Common \
p5-Sort-Key>=0:devel/p5-Sort-Key \
p5-Text-BibTeX>0:textproc/p5-Text-BibTeX \
p5-Text-CSV>=0:textproc/p5-Text-CSV \
p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS \
p5-Text-Roman>0:textproc/p5-Text-Roman \
p5-URI>0:net/p5-URI \
p5-Unicode-Collate>0:textproc/p5-Unicode-Collate \
p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak \
p5-XML-LibXML>0:textproc/p5-XML-LibXML \
p5-XML-LibXML-Simple>0:textproc/p5-XML-LibXML-Simple \
p5-XML-LibXSLT>0:textproc/p5-XML-LibXSLT \
p5-XML-Writer>0:textproc/p5-XML-Writer \
p5-autovivification>0:devel/p5-autovivification \
p5-libwww>0:www/p5-libwww
BUILD_DEPENDS= ${__DEPENDS}
RUN_DEPENDS= ${__DEPENDS}
USES= perl5 tex
USE_GITHUB= yes
GH_ACCOUNT= plk
USE_PERL5= modbuild
USE_TEX= texmf
NO_ARCH= yes
.include <bsd.port.mk>