mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
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)
18 lines
345 B
Makefile
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>
|