diff options
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-Mason/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 3996d54..679c650 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 0.87 +PORTVERSION= 0.88 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -18,15 +18,17 @@ RUN_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ USE_PERL5= yes +CONFIGURE_ARGS= PREFIX=${PREFIX} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Bundle::HTML::Mason.3 HTML::Mason.3 HTML::Mason::Admin.3 \ HTML::Mason::ApacheHandler.3 HTML::Mason::Commands.3 \ HTML::Mason::Component.3 HTML::Mason::Components.3 \ HTML::Mason::Devel.3 HTML::Mason::Interp.3 \ - HTML::Mason::Parser.3 HTML::Mason::Request.3 + HTML::Mason::MethodMaker.3 HTML::Mason::Parser.3 \ + HTML::Mason::Request.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} .include <bsd.port.mk> diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index f44c94e..ccb40de 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1 +1 @@ -MD5 (HTML-Mason-0.87.tar.gz) = d5cffa74a749b2530daaca6a4ab7caf6 +MD5 (HTML-Mason-0.88.tar.gz) = bee596df529e4b405c223d5bdfb8bd3a diff --git a/www/p5-HTML-Mason/pkg-plist b/www/p5-HTML-Mason/pkg-plist index 01a6245..22e150e 100644 --- a/www/p5-HTML-Mason/pkg-plist +++ b/www/p5-HTML-Mason/pkg-plist @@ -17,6 +17,7 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Devel.pod lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/FakeApache.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Interp.pod +lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/MethodMaker.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pm lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Parser.pod lib/perl5/site_perl/%%PERL_VER%%/HTML/Mason/Preview.pm |