diff options
Diffstat (limited to 'www/p5-MasonX-Interp-WithCallbacks/Makefile')
-rw-r--r-- | www/p5-MasonX-Interp-WithCallbacks/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-MasonX-Interp-WithCallbacks/Makefile b/www/p5-MasonX-Interp-WithCallbacks/Makefile index 748f31d63881..401f98ccfbc7 100644 --- a/www/p5-MasonX-Interp-WithCallbacks/Makefile +++ b/www/p5-MasonX-Interp-WithCallbacks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MasonX-Interp-WithCallbacks -# Date created: May 21, 2004 -# Whom: Rod Taylor <ports@rbt.ca> -# +# Created by: Rod Taylor <ports@rbt.ca> # $FreeBSD$ -# PORTNAME= MasonX-Interp-WithCallbacks PORTVERSION= 1.19 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ p5-Params-CallbackRequest>=0:${PORTSDIR}/devel/p5-Params-CallbackRequest RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= MasonX::Interp::WithCallbacks.3 |