diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 08:28:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 08:28:04 +0000 |
commit | d7e9393a5447681d7f379f2f154e663fc46284a1 (patch) | |
tree | aadce6727be96158789ea4b3e8ea20461e33531e | |
parent | 947ee27e887e99e8c37b9938e4164f58cc4c63c7 (diff) |
Notes
-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> |