ports/math/p5-Text-AsciiTeX/Makefile
Robert Clausecker 30ff653015 math/p5-Text-AsciiTeX: fix build with -fno-common
Turn a variable definition in a header file into a declaration and
move the definition to a source file.  This fixes the build on
FreeBSD 13+.

Approved by:	portmgr (build fix blanket)
2023-04-17 11:27:26 +02:00

18 lines
345 B
Makefile

PORTNAME= Text-AsciiTeX
PORTVERSION= 0.05
PORTREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert (La)TeX formulas to ASCII art
WWW= https://metacpan.org/release/Text-AsciiTeX
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>