diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-14 11:41:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-14 11:41:35 +0000 |
commit | 26f397025e1b976059ab25fb3fe2a97f64f0be04 (patch) | |
tree | b20de2f7af6c24e75fec8aa55354eaf497e484d0 /www/p5-HTML-Template-JIT/Makefile | |
parent | 8b4da4b206b0ae3ada80586f8adcf223cebaa11b (diff) |
Update to 0.05
PR: 98648
Submitted by: Rong-En Fan <rafan@infor.org>
Notes
Notes:
svn path=/head/; revision=165396
Diffstat (limited to 'www/p5-HTML-Template-JIT/Makefile')
-rw-r--r-- | www/p5-HTML-Template-JIT/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-HTML-Template-JIT/Makefile b/www/p5-HTML-Template-JIT/Makefile index 85a8aac7bfe7..dbb3079f7637 100644 --- a/www/p5-HTML-Template-JIT/Makefile +++ b/www/p5-HTML-Template-JIT/Makefile @@ -6,8 +6,7 @@ # PORTNAME= HTML-Template-JIT -PORTVERSION= 0.04 -PORTREVISION= 2 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -16,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Perl module to compile HTML Templates with Inline::C -BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ +BUILD_DEPENDS= p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline + p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |