aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Text-AsciiTeX/Makefile
blob: 1daa80a80f707f435e4835399c27078bb2de9601 (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.05
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>