diff options
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} |