diff options
Diffstat (limited to 'textproc/p5-POSIX-Regex/Makefile')
-rw-r--r-- | textproc/p5-POSIX-Regex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-POSIX-Regex/Makefile b/textproc/p5-POSIX-Regex/Makefile index 36423901c156..5964225ddac5 100644 --- a/textproc/p5-POSIX-Regex/Makefile +++ b/textproc/p5-POSIX-Regex/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OO interface for the gnu regex engine -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POSIX::Regex.3 |