diff options
Diffstat (limited to 'textproc/p5-Text-RecordParser/Makefile')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index cfa8198ad873..d26d48c2b680 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,14 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= lth@FreeBSD.org COMMENT= Read record-oriented files -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Pod-Markdown>=0:${PORTSDIR}/textproc/p5-Pod-Markdown \ + p5-Pod-Readme>=0:${PORTSDIR}/textproc/p5-Pod-Readme \ + p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ + p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \ + p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception |