diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:50:17 +0800 |
commit | f3ce34917a6938070244efdbb05a2944603c2020 (patch) | |
tree | 2480a69c51e93f1e0595149cf98b91d2034876ab /www/p5-MasonX-Interp-WithCallbacks | |
parent | f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (diff) | |
download | freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.gz freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.zst freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.zip |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'www/p5-MasonX-Interp-WithCallbacks')
-rw-r--r-- | www/p5-MasonX-Interp-WithCallbacks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-MasonX-Interp-WithCallbacks/Makefile b/www/p5-MasonX-Interp-WithCallbacks/Makefile index 6fcad9dd2145..113856c78800 100644 --- a/www/p5-MasonX-Interp-WithCallbacks/Makefile +++ b/www/p5-MasonX-Interp-WithCallbacks/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Params/CallbackRequest.pm:${PORTSDIR}/devel/p5-Params-CallbackRequest RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= 5.8.0+ # inherited from devel/p5-Exception-Class +PERL_MODBUILD= yes MAN3= MasonX::Interp::WithCallbacks.3 |