diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 16:28:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 16:28:04 +0800 |
commit | a26e0a47a344d23cafb879fc14b2319badcf62ec (patch) | |
tree | aadce6727be96158789ea4b3e8ea20461e33531e /devel | |
parent | e8c73cbb93ac19a31c2b83212f48ed1374df81ad (diff) | |
download | freebsd-ports-gnome-a26e0a47a344d23cafb879fc14b2319badcf62ec.tar.gz freebsd-ports-gnome-a26e0a47a344d23cafb879fc14b2319badcf62ec.tar.zst freebsd-ports-gnome-a26e0a47a344d23cafb879fc14b2319badcf62ec.zip |
- Use USE_PERL5=modbuildtiny
Diffstat (limited to 'devel')
-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> |