diff options
Diffstat (limited to 'devel/p5-Module-Pluggable/Makefile')
-rw-r--r-- | devel/p5-Module-Pluggable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile index b7497eaa7b64..6b0ee761c435 100644 --- a/devel/p5-Module-Pluggable/Makefile +++ b/devel/p5-Module-Pluggable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-Pluggable -PORTVERSION= 3.6 +PORTVERSION= 3.8 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ COMMENT= Automatically give your module the ability to have plugins RUN_DEPENDS= p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Devel::InnerPackage.3 \ Module::Pluggable.3 \ |