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/p5-HTML-Mason/Makefile | |
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/p5-HTML-Mason/Makefile')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 10 |
1 files changed, 4 insertions, 6 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> |