diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-02-21 13:36:57 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-02-21 13:36:57 +0000 |
commit | 7e1b4967684da6f4c00b6cf6f07b7b401798d94d (patch) | |
tree | 1e8f662920133e951adff662bf917419e8f4289f /textproc/p5-Text-RecordParser/Makefile | |
parent | 4c56a64fa7bebbcc275c5c96f51ab96501ef12a0 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-RecordParser/Makefile')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index b5437ec897f9..d8f247aa2d4a 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -18,6 +18,7 @@ COMMENT= Read record-oriented files BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS= ${BUILD_DEPENDS} |