diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-12 17:05:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-12 17:05:25 +0800 |
commit | 88b503cda32c3ee7c44b3d9194426e47581b4fba (patch) | |
tree | b7ba894ebf8ea92af28dab2be2a72d5fc13c72ee /www/p5-HTML-Mason/Makefile | |
parent | a9ca25cd0ff197a93bbe6bcfdf1652bfd73d4ff0 (diff) | |
download | freebsd-ports-gnome-88b503cda32c3ee7c44b3d9194426e47581b4fba.tar.gz freebsd-ports-gnome-88b503cda32c3ee7c44b3d9194426e47581b4fba.tar.zst freebsd-ports-gnome-88b503cda32c3ee7c44b3d9194426e47581b4fba.zip |
Downgrade to 0.87 due to bugs in newest version.
PR: 21216
Submitted by: maintainer
Diffstat (limited to 'www/p5-HTML-Mason/Makefile')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 679c65003385..3996d54ff167 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 0.88 +PORTVERSION= 0.87 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -18,17 +18,15 @@ 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::MethodMaker.3 HTML::Mason::Parser.3 \ - HTML::Mason::Request.3 + HTML::Mason::Parser.3 HTML::Mason::Request.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |