aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2013-08-31 11:38:34 +0000
committerLars Thegler <lth@FreeBSD.org>2013-08-31 11:38:34 +0000
commit2392b670b9b1360ea40d41f1c81b722d9bd50be7 (patch)
treec935196a8883cf28a4f33823f22781eed908e862 /textproc/p5-Text-RecordParser/Makefile
parent9106a3538ac41cc800dc2e79c94d5e9eccd5929d (diff)
downloadports-2392b670b9b1360ea40d41f1c81b722d9bd50be7.tar.gz
ports-2392b670b9b1360ea40d41f1c81b722d9bd50be7.zip
- Update to 1.6.3
Changelog: 1.6.3 August 9 2012 - Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs 1.6.2 August 9 2012 - Made output of "tablify -v" prettier using Text::Autoformat
Notes
Notes: svn path=/head/; revision=325795
Diffstat (limited to 'textproc/p5-Text-RecordParser/Makefile')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile13
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