diff options
-rw-r--r-- | www/p5-Maypole/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index d33b3ea1c5e1..957cb23ea75b 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -6,7 +6,7 @@ PORTNAME= Maypole PORTVERSION= 2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEEJAY @@ -42,8 +42,8 @@ PORTSCOUT= skipv:2.121 MAKE_JOBS_SAFE= yes -OPTIONS= MODPERL "mod_perl support" on \ - MODPERL2 "mod_perl2 support" off +OPTIONS= MODPERL "mod_perl support" off \ + MODPERL2 "mod_perl2 support" on PERL_CONFIGURE= yes .include <bsd.port.options.mk> |