summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-29 12:58:49 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-29 12:58:49 +0000
commitccb85ca952c93b0fcf8d203ba6fa7ff318b42ff3 (patch)
treea8b5453ae9c09070688e729931fe7d4d95d0c5e8 /textproc/p5-Text-RecordParser
parent84ea03c79df3c5d697e9d37af0fe176b4d044ea8 (diff)
downloadpkgsrc-ccb85ca952c93b0fcf8d203ba6fa7ff318b42ff3.tar.gz
Revert last, fix dependencies instead.
Diffstat (limited to 'textproc/p5-Text-RecordParser')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile
index 9e31a298d0b..9f8a0028d74 100644
--- a/textproc/p5-Text-RecordParser/Makefile
+++ b/textproc/p5-Text-RecordParser/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2013/08/29 12:40:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2013/08/29 12:58:49 joerg Exp $
#
DISTNAME= Text-RecordParser-v1.6.3
PKGNAME= p5-${DISTNAME:S/v1/1/}
+PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -17,6 +18,9 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
DEPENDS+= p5-Pod-Readme>=0:../../textproc/p5-Pod-Readme
DEPENDS+= p5-Pod-Markdown>=0:../../textproc/p5-Pod-Markdown
+DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
+
+BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
# Recommended dependencies
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
@@ -35,9 +39,5 @@ REPLACE_PERL+= bin/tab2graph
REPLACE_PERL+= bin/tablify
REPLACE_PERL+= bin/tabmerge
-# File is unwriteable but is generated during the build.
-pre-build:
- ${RM} -f ${WRKSRC}/README.md
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"