summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-09-01 02:47:34 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-09-01 02:47:34 +0000
commit255e02d571fcb905d43e1b75ac8163239c97f702 (patch)
tree2b06d73ae09fef52bb9114a8d6d2b69214a35c5c /www/p5-HTML-Mason
parentUpdate to 1.4.2jp0. (diff)
Update to version 0.88
PR: 20959 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=32164
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile8
-rw-r--r--www/p5-HTML-Mason/distinfo2
-rw-r--r--www/p5-HTML-Mason/pkg-plist1
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index 3996d54ff167..679c65003385 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 f44c94e16aab..ccb40de3ef70 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 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