diff options
Diffstat (limited to 'textproc/p5-Text-ParseWords/Makefile')
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index a20ea8ad6158..b502244249a6 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse text into an array of tokens or array of arrays -MAKE_JOBS_SAFE= yes - -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::ParseWords.3 |