diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-09-03 14:35:51 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-09-03 14:35:51 +0000 |
commit | 6307fc2508abd6c110832021be7c84f3542b95bb (patch) | |
tree | f311ab48c28f416045f3ad5fab1d1426cfa7f2f1 | |
parent | 9841f530eb498efe42ed70e362c3cec709f9cf5f (diff) |
- Update to 1.02
- Remove 4.x cruft
Notes
Notes:
svn path=/head/; revision=198694
-rw-r--r-- | www/p5-Template-Plugin-Number-Format/Makefile | 15 | ||||
-rw-r--r-- | www/p5-Template-Plugin-Number-Format/distinfo | 6 |
2 files changed, 8 insertions, 13 deletions
diff --git a/www/p5-Template-Plugin-Number-Format/Makefile b/www/p5-Template-Plugin-Number-Format/Makefile index cdbbe07b1dda..03c13880785c 100644 --- a/www/p5-Template-Plugin-Number-Format/Makefile +++ b/www/p5-Template-Plugin-Number-Format/Makefile @@ -6,25 +6,20 @@ # PORTNAME= Template-Plugin-Number-Format -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Template +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Plugin/filter interface to Number::Format -BUILD_DEPENDS= p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \ +RUN_DEPENDS= p5-Number-Format>0:${PORTSDIR}/textproc/p5-Number-Format \ p5-Template-Toolkit>=2.07:${PORTSDIR}/www/p5-Template-Toolkit -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Template::Plugin::Number::Format.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6 or newer. Please install lang/perl or lang/perl5.8 and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-Template-Plugin-Number-Format/distinfo b/www/p5-Template-Plugin-Number-Format/distinfo index a6f030661c0a..aa47a2a697f7 100644 --- a/www/p5-Template-Plugin-Number-Format/distinfo +++ b/www/p5-Template-Plugin-Number-Format/distinfo @@ -1,3 +1,3 @@ -MD5 (Template-Plugin-Number-Format-1.01.tar.gz) = 0822bca562c536abc3450cebd66c83f1 -SHA256 (Template-Plugin-Number-Format-1.01.tar.gz) = 41488ba0e93d1cf23349693a8453a52eeec1d4c01dcd2e572a90d7fc67793954 -SIZE (Template-Plugin-Number-Format-1.01.tar.gz) = 3801 +MD5 (Template-Plugin-Number-Format-1.02.tar.gz) = 6ccfbc9db84fc86ae64aae9973f037cf +SHA256 (Template-Plugin-Number-Format-1.02.tar.gz) = 121b798ab279a5914968cc79bf5a9204ecc6a508901a1a7c162b15555f883468 +SIZE (Template-Plugin-Number-Format-1.02.tar.gz) = 3977 |