diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-07-19 15:46:04 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-07-19 15:46:04 +0000 |
commit | e5ee601272285977d5345dbc4d41b72761ec9c4e (patch) | |
tree | 7b68cec72d8fdaf3f66c61f22b8cf44540b2f0ba /textproc/p5-BibTeX-Parser | |
parent | 968b6ebe41a2226838ab6e18b7d34837efc9fa0d (diff) | |
download | ports-e5ee601272285977d5345dbc4d41b72761ec9c4e.tar.gz ports-e5ee601272285977d5345dbc4d41b72761ec9c4e.zip |
- Trim Makefile headers
- Pass maintainership to perl@
- Remove leading article of COMMENT
Notes
Notes:
svn path=/head/; revision=323309
Diffstat (limited to 'textproc/p5-BibTeX-Parser')
-rw-r--r-- | textproc/p5-BibTeX-Parser/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-BibTeX-Parser/Makefile b/textproc/p5-BibTeX-Parser/Makefile index b1b0fa55cd33..1670572f83ee 100644 --- a/textproc/p5-BibTeX-Parser/Makefile +++ b/textproc/p5-BibTeX-Parser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-BibTeX-Parser -# Date created: March 16, 2011 -# Whom: Wen Heping<wen@FreeBSD.org> -# +# Created by: Wen Heping<wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= BibTeX-Parser PORTVERSION= 0.64 @@ -12,8 +8,8 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GERHARD PKGNAMEPREFIX= p5- -MAINTAINER= wen@FreeBSD.org -COMMENT= A pure perl BibTeX parser +MAINTAINER= perl@FreeBSD.org +COMMENT= 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 |