diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-23 18:20:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-23 18:20:34 +0000 |
commit | 90565e8ca00c2d759b34315d6ec1257e19fe0a4f (patch) | |
tree | c5e2151ef1e2fe8766d7f30889848818ca526acc /www/p5-Catalyst-Plugin-Cache-Memcached | |
parent | 74353dbd80efc561a6e92bb845ca1e2201eae863 (diff) | |
download | ports-90565e8ca00c2d759b34315d6ec1257e19fe0a4f.tar.gz ports-90565e8ca00c2d759b34315d6ec1257e19fe0a4f.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Cache-Memcached')
-rw-r--r-- | www/p5-Catalyst-Plugin-Cache-Memcached/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile index 990fa237fbbe..fab177c120c2 100644 --- a/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Plugin-Cache-Memcached PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Distributed cache for Catalyst BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached + p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |