Files
ports/textproc/p5-BibTeX-Parser/Makefile
T
Rodrigo Osorio 263159443f textproc/p5-BibTeX-Parser: update 1.93 -> 1.95
Changelog: https://metacpan.org/dist/BibTeX-Parser/changes

Port changes:
    - Add TEST_DEPENDS to pass all tests
2026-07-04 11:07:38 +02:00

28 lines
636 B
Makefile

PORTNAME= BibTeX-Parser
PORTVERSION= 1.95
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BORISV
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure perl BibTeX parser
WWW= https://metacpan.org/release/BibTeX-Parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
p5-LaTeX-ToUnicode>=0.11:textproc/p5-LaTeX-ToUnicode
TEST_DEPENDS= p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \
p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>