diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-26 11:58:37 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-26 11:58:37 +0000 |
commit | f55338a19f598cfb0731ed4eca8b02e73e3b0c31 (patch) | |
tree | d49d479ca388ea98576498a897a2729cbf290662 /www/p5-Catalyst-Plugin-PageCache/Makefile | |
parent | 21c3a353de88a4d4b0849bd835778f6627b9ba9e (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-PageCache/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-PageCache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-PageCache/Makefile b/www/p5-Catalyst-Plugin-PageCache/Makefile index 582dff0a0deb..a4620186cf7a 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.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -18,7 +18,7 @@ COMMENT= Cache the output of entire pages RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::PageCache.3 |