diff options
Diffstat (limited to 'textproc/p5-Text-RecordParser/Makefile')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index fb8593f4d2e6..e9f29c79af78 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -13,16 +13,16 @@ COMMENT= Read record-oriented files LICENSE= GPLv2 -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 +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Pod-Markdown>=0:textproc/p5-Pod-Markdown \ + p5-Pod-Readme>=0:textproc/p5-Pod-Readme \ + p5-Readonly>=0:devel/p5-Readonly \ + p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat \ + p5-Text-TabularDisplay>=0:textproc/p5-Text-TabularDisplay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild |