diff options
author | tobez <tobez@FreeBSD.org> | 2011-08-26 21:52:58 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-08-26 21:52:58 +0800 |
commit | 91ff64a0469d12aeac42acb5a8725408132f5405 (patch) | |
tree | 2f83b9beef754a659802887fb32467b6ba06c797 | |
parent | 87866582fcbb57b7baa946432b688c67bd656e25 (diff) | |
download | freebsd-ports-gnome-91ff64a0469d12aeac42acb5a8725408132f5405.tar.gz freebsd-ports-gnome-91ff64a0469d12aeac42acb5a8725408132f5405.tar.zst freebsd-ports-gnome-91ff64a0469d12aeac42acb5a8725408132f5405.zip |
Update to 0.9054.
Changes: http://search.cpan.org/dist/CGI-Prototype/Changes
-rw-r--r-- | www/p5-CGI-Prototype/Makefile | 9 | ||||
-rw-r--r-- | www/p5-CGI-Prototype/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-CGI-Prototype/Makefile b/www/p5-CGI-Prototype/Makefile index e2aa83b48482..2081908e9488 100644 --- a/www/p5-CGI-Prototype/Makefile +++ b/www/p5-CGI-Prototype/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI-Prototype -PORTVERSION= 0.9053 +PORTVERSION= 0.9054 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Create a CGI application by subclassing -BUILD_DEPENDS= ${SITE_PERL}/Class/Prototyped.pm:${PORTSDIR}/devel/p5-Class-Prototyped \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit -RUN_DEPENDS= ${BUILD_DEPENDS} +COMMON_DEPENDS= p5-Class-Prototyped>0:${PORTSDIR}/devel/p5-Class-Prototyped \ + p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-CGI-Prototype/distinfo b/www/p5-CGI-Prototype/distinfo index 2a8640e71a46..04e15406290b 100644 --- a/www/p5-CGI-Prototype/distinfo +++ b/www/p5-CGI-Prototype/distinfo @@ -1,2 +1,2 @@ -SHA256 (CGI-Prototype-0.9053.tar.gz) = c69c737131169c1390f4d123ad677ded4bb78ad1dbe26bf767af77a07e399aa6 -SIZE (CGI-Prototype-0.9053.tar.gz) = 13618 +SHA256 (CGI-Prototype-0.9054.tar.gz) = a1c8fdf4915fa82dcc2499d28aafaa3718b1b6a058077989abf9a8f7f7f264e6 +SIZE (CGI-Prototype-0.9054.tar.gz) = 14149 |