diff options
-rw-r--r-- | devel/p5-experimental/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-experimental/Makefile b/devel/p5-experimental/Makefile index f60633596f93..2dbeb0c0e144 100644 --- a/devel/p5-experimental/Makefile +++ b/devel/p5-experimental/Makefile @@ -14,12 +14,10 @@ COMMENT= Experimental features made easy LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny - -USE_PERL5= modbuild +NO_STAGE= yes +USE_PERL5= modbuildtiny USES= perl5 MAN3= experimental.3 -NO_STAGE= yes .include <bsd.port.mk> |