diff options
Diffstat (limited to 'textproc/p5-BibTeX-Parser/Makefile')
-rw-r--r-- | textproc/p5-BibTeX-Parser/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-BibTeX-Parser/Makefile b/textproc/p5-BibTeX-Parser/Makefile new file mode 100644 index 000000000000..a6f1786e3614 --- /dev/null +++ b/textproc/p5-BibTeX-Parser/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-BibTeX-Parser +# Date created: March 16, 2011 +# Whom: Wen Heping<wen@FreeBSD.org> +# +# $FreeBSD$ +# + +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> |