diff options
-rw-r--r-- | devel/p5-Data-Throttler-Memcached/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-Data-Throttler-Memcached/Makefile b/devel/p5-Data-Throttler-Memcached/Makefile index 38be04475f3f..fb9bb4b86aa6 100644 --- a/devel/p5-Data-Throttler-Memcached/Makefile +++ b/devel/p5-Data-Throttler-Memcached/Makefile @@ -7,7 +7,7 @@ PORTNAME= Data-Throttler-Memcached PORTVERSION= 0.00003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,11 @@ MAINTAINER= markun@onohara.to COMMENT= Memcached-Based Data::Throttler BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ - p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ - p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor PERL_CONFIGURE= yes |