diff options
Diffstat (limited to 'textproc/p5-PPIx-Regexp/Makefile')
-rw-r--r-- | textproc/p5-PPIx-Regexp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index 4964142f52ed..3922da6d4323 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -1,5 +1,5 @@ PORTNAME= PPIx-Regexp -DISTVERSION= 0.089 +DISTVERSION= 0.090 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -14,9 +14,10 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/LICENSES/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSES/Copying -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-PPI>=0:textproc/p5-PPI \ +_BR_DEPENDS= p5-PPI>=0:textproc/p5-PPI \ p5-Task-Weaken>=0:devel/p5-Task-Weaken +BUILD_DEPENDS= ${_BR_DEPENDS} +RUN_DEPENDS= ${_BR_DEPENDS} USES= perl5 USE_PERL5= configure |