diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-16 15:29:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-03-16 15:29:49 +0000 |
commit | 34e26774f0dd01b410f7fef29fb3b68338154a52 (patch) | |
tree | d94e65e034406d452cf1a02f0acc31039c4a62f9 /www/p5-HTML-Template-Expr | |
parent | ec11fcd5b228693964d5a3d6761d3cb0a1dbf1df (diff) | |
download | ports-34e26774f0dd01b410f7fef29fb3b68338154a52.tar.gz ports-34e26774f0dd01b410f7fef29fb3b68338154a52.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Template-Expr')
-rw-r--r-- | www/p5-HTML-Template-Expr/Makefile | 15 | ||||
-rw-r--r-- | www/p5-HTML-Template-Expr/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-Template-Expr/pkg-descr | 2 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${PERL_LEVEL} < 500600 +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile +.endif + +.include <bsd.port.post.mk> 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 |