blob: 6b4f738f1524fcdfe3ab6768ef71f504ef1782d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= Text-AsciiTeX
PORTVERSION= 0.05
PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert (La)TeX formulas to ASCII art
BROKEN_FreeBSD_13= error: duplicate symbol: SYNTAX_ERR_FLAG
BROKEN_FreeBSD_14= error: duplicate symbol: SYNTAX_ERR_FLAG
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|