aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-MathML-Entities/Makefile
blob: cfd3e57f4eb847f350e7f109c6ee3591c3cffe8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$

PORTNAME=	MathML-Entities
PORTVERSION=	0.17
PORTREVISION=	1
CATEGORIES=	textproc www math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Convert XHTML+MathML Named Entities to Numeric Character References

WRKSRC=		${WRKDIR}/${PORTNAME}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>