diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-13 01:49:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-13 01:49:41 +0800 |
commit | 3e1934b0fbb6fbd8151e5a7714e016e9f5e6087e (patch) | |
tree | 7c6f2543e40206fd7a6cd63f83d5574ffca4505c | |
parent | 291359042a21386a247fbc92c536883ae9a3d9c8 (diff) | |
download | freebsd-ports-gnome-3e1934b0fbb6fbd8151e5a7714e016e9f5e6087e.tar.gz freebsd-ports-gnome-3e1934b0fbb6fbd8151e5a7714e016e9f5e6087e.tar.zst freebsd-ports-gnome-3e1934b0fbb6fbd8151e5a7714e016e9f5e6087e.zip |
- Update to 0.038
Changes: http://search.cpan.org/dist/Catalyst-Example-InstantCRUD/Changes
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 15 | ||||
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/distinfo | 4 |
2 files changed, 13 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index 82cbfb32b31d..7eec5ff72467 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Example-InstantCRUD -PORTVERSION= 0.037 +PORTVERSION= 0.038 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,9 +35,9 @@ BUILD_DEPENDS= \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Widget>=1.10:${PORTSDIR}/www/p5-HTML-Widget \ p5-HTML-Widget-DBIC>=0:${PORTSDIR}/www/p5-HTML-Widget-DBIC \ + p5-Lingua-EN-Inflect-Phrase>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-version>=0:${PORTSDIR}/devel/p5-version + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ @@ -52,4 +52,11 @@ MAN3= Catalyst::Example::Controller::InstantCRUD.3 \ Catalyst::Helper::View::InstantCRUD.3 \ Catalyst::Plugin::Auth::Utils.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Example-InstantCRUD/distinfo b/www/p5-Catalyst-Example-InstantCRUD/distinfo index 8221890e1722..2d8fda6b6121 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/distinfo +++ b/www/p5-Catalyst-Example-InstantCRUD/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Example-InstantCRUD-0.037.tar.gz) = 3cf818c05a49dc7c0a65af45bc48daf04881f39f53f4167c1edac726a9a24814 -SIZE (Catalyst-Example-InstantCRUD-0.037.tar.gz) = 25510 +SHA256 (Catalyst-Example-InstantCRUD-0.038.tar.gz) = 0dcb72e5eba4c2d3241054f03e7b47053e74e2308c77eeecf791bd27bfaf5834 +SIZE (Catalyst-Example-InstantCRUD-0.038.tar.gz) = 25269 |