From 0eb5929b81839a45f08265dd16ee862b7f69f05d Mon Sep 17 00:00:00 2001 From: leeym Date: Thu, 16 Mar 2006 15:29:49 +0000 Subject: - update to 0.06 - update WWW in pkg-descr --- www/p5-HTML-Template-Expr/Makefile | 15 ++++++++++----- www/p5-HTML-Template-Expr/distinfo | 6 +++--- www/p5-HTML-Template-Expr/pkg-descr | 2 +- www/p5-HTML-Template-Expr/pkg-plist | 8 ++++---- 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile index b2d9fde3ab9c..58254f6a6788 100644 --- a/www/p5-HTML-Template-Expr/Makefile +++ b/www/p5-HTML-Template-Expr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template-Expr -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -15,16 +15,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to use HTML Templates which allows expressions -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes MAN3= HTML::Template::Expr.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +.include -.include +.if ${PERL_LEVEL} < 500600 +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile +.endif + +.include diff --git a/www/p5-HTML-Template-Expr/distinfo b/www/p5-HTML-Template-Expr/distinfo index ddbfdc698360..5170e1b5f3a8 100644 --- a/www/p5-HTML-Template-Expr/distinfo +++ b/www/p5-HTML-Template-Expr/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-Template-Expr-0.05.tar.gz) = 726e5bb49083cbf7d752767f7c3f29cf -SHA256 (HTML-Template-Expr-0.05.tar.gz) = 7b8c8f90211932f9adc799e6705d89050cc56bf4518742ec4346670918e1b3a7 -SIZE (HTML-Template-Expr-0.05.tar.gz) = 18470 +MD5 (HTML-Template-Expr-0.06.tar.gz) = 1a7a6b908d00fc71567d9c57708a7633 +SHA256 (HTML-Template-Expr-0.06.tar.gz) = 52182aa0efb5a3fdac249c09abfa0bea4d3f4c4b5e63fd7f2b72514aa1218b6d +SIZE (HTML-Template-Expr-0.06.tar.gz) = 18784 diff --git a/www/p5-HTML-Template-Expr/pkg-descr b/www/p5-HTML-Template-Expr/pkg-descr index c348b54edea6..7fe6f0c86094 100644 --- a/www/p5-HTML-Template-Expr/pkg-descr +++ b/www/p5-HTML-Template-Expr/pkg-descr @@ -7,4 +7,4 @@ Expression support includes comparisons, math operations, string operations and a mechanism to allow you add your own functions at runtime. -WWW: http://sourceforge.net/projects/html-template/ +WWW: http://search.cpan.org/dist/HTML-Template-Expr/ diff --git a/www/p5-HTML-Template-Expr/pkg-plist b/www/p5-HTML-Template-Expr/pkg-plist index fa9dd519860e..f166ff00bbef 100644 --- a/www/p5-HTML-Template-Expr/pkg-plist +++ b/www/p5-HTML-Template-Expr/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/HTML/Template/Expr.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Expr/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Expr -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML -@dirrmtry %%SITE_PERL%%/HTML/Template -@dirrmtry %%SITE_PERL%%/HTML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML/Template +@dirrmtry %%SITE_PERL%%/HTML -- cgit