# New ports collection makefile for:	p5-BibTeX-Parser
# Date created:				March 16, 2011
# Whom:					Wen Heping<wen@FreeBSD.org>
#
# $FreeBSD: ports/textproc/p5-BibTeX-Parser/Makefile,v 1.1 2011/03/16 02:10:51 wen Exp $
#

PORTNAME=	BibTeX-Parser
PORTVERSION=	0.63
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GERHARD
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A pure perl BibTeX parser

RUN_DEPENDS=	p5-LaTeX-ToUnicode>=0.02:${PORTSDIR}/textproc/p5-LaTeX-ToUnicode \
		p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String

PERL_CONFIGURE=	yes

MAN3=		BibTeX::Parser.3 \
		BibTeX::Parser::Entry.3 \
		BibTeX::Parser::Author.3

.include <bsd.port.mk>
