2011-03-16 03:10:51 +01:00
|
|
|
# New ports collection makefile for: p5-BibTeX-Parser
|
|
|
|
# Date created: March 16, 2011
|
|
|
|
# Whom: Wen Heping<wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= BibTeX-Parser
|
2012-04-01 09:43:56 +02:00
|
|
|
PORTVERSION= 0.64
|
2011-03-16 03:10:51 +01:00
|
|
|
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>
|