diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 03:16:02 +0000 |
commit | 7534c05a19a9c1b31f2ba5b3a7ce2ed79e8b2a8f (patch) | |
tree | fad75fb20b4ac86072a15f40d7c1160c99919b46 /textproc/p5-Text-Trim | |
parent | 1a1b5bf057ae9e5224aae70203e47db1b4054f59 (diff) | |
download | ports-7534c05a19a9c1b31f2ba5b3a7ce2ed79e8b2a8f.tar.gz ports-7534c05a19a9c1b31f2ba5b3a7ce2ed79e8b2a8f.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Trim')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 0e0d59795438..41df31fc45cc 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USE_PERL5= yes PERL_MODBUILD= Module::Build |