diff options
author | ade <ade@FreeBSD.org> | 2000-09-19 07:12:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-19 07:12:12 +0800 |
commit | f5c11380c329657d09799b713dc9065591e4c7bb (patch) | |
tree | 9958a6b82d36e353ffcf5f04a573052cc8ee14ff /www | |
parent | e9422cfedafcb7a9a108d6f4eb823ce433c2ecd5 (diff) | |
download | freebsd-ports-gnome-f5c11380c329657d09799b713dc9065591e4c7bb.tar.gz freebsd-ports-gnome-f5c11380c329657d09799b713dc9065591e4c7bb.tar.zst freebsd-ports-gnome-f5c11380c329657d09799b713dc9065591e4c7bb.zip |
Update to version 0.89
PR: 21353
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 10 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-Mason/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 3996d54ff167..05ab80511604 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.89 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -16,17 +16,15 @@ MAINTAINER= dsh@vlink.ru RUN_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM +PERL_CONFIGURE= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ -USE_PERL5= yes 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 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + HTML::Mason::MethodMaker.3 HTML::Mason::Parser.3 \ + HTML::Mason::Request.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index f44c94e16aab..7f1c70667eba 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.89.tar.gz) = d03e77cd42b6995eefeeccb3a0d0b541 diff --git a/www/p5-HTML-Mason/pkg-plist b/www/p5-HTML-Mason/pkg-plist index 01a6245170bf..22e150e77fb8 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 |