diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-08-15 08:27:54 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-08-15 08:27:54 +0000 |
commit | e490df47b33b86239457dc1e2686483ac54bf6cc (patch) | |
tree | 22a2108e77addecedbe0a109a7b7a96a5bd2989f /www/p5-Catalyst-Plugin-PageCache/Makefile | |
parent | 80b737b5b6890a9b46f1cc7b53c9eaa8be539414 (diff) | |
download | ports-e490df47b33b86239457dc1e2686483ac54bf6cc.tar.gz ports-e490df47b33b86239457dc1e2686483ac54bf6cc.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-PageCache/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-PageCache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-PageCache/Makefile b/www/p5-Catalyst-Plugin-PageCache/Makefile index 92b750db8a56..429266a9bf99 100644 --- a/www/p5-Catalyst-Plugin-PageCache/Makefile +++ b/www/p5-Catalyst-Plugin-PageCache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-PageCache -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Cache the output of entire pages -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |