diff options
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile index 608e655e5dfd..74e9e5912fa8 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-Store-Memcached -# Date created: 2 Jan 2006 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# +# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Catalyst-Plugin-Session-Store-Memcached PORTVERSION= 0.05 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memc p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Session::Store::Memcached.3 |