aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Text-AsciiTeX/Makefile
blob: 41e5d4820f71b6d28c3b1050b92c2a01b73ed91d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Text-AsciiTex
# Date created:     2012-02-04
# Whom:         Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Text-AsciiTeX
PORTVERSION=    0.04
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Convert (La)TeX formulas to ASCII art

BUILD_DEPENDS=  p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
RUN_DEPENDS=    p5-parent>=0:${PORTSDIR}/devel/p5-parent

PERL_MODBUILD=  yes

MAN3=   Text::AsciiTeX.3 Text::AsciiTeX::Syntax.3

.include <bsd.port.mk>