freebsd-ports/www/p5-Catalyst-Plugin-Session/Makefile

36 lines
1 KiB
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Catalyst-Plugin-Session
# Date created: Nov 16, 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session
2009-02-15 17:40:34 +01:00
PORTVERSION= 0.20
CATEGORIES= www perl5
2007-08-18 10:50:54 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Generic Catalyst Session plugin
2007-10-12 11:18:32 +02:00
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7010:${PORTSDIR}/www/p5-Catalyst-Runtime \
2007-06-30 19:27:32 +02:00
p5-Object-Signature>=0:${PORTSDIR}/devel/p5-Object-Signature \
2009-02-15 17:40:34 +01:00
p5-MRO-Compat>=0::${PORTSDIR}/devel/p5-MRO-Compat \
2007-06-30 19:27:32 +02:00
p5-Tie-RefHash>=1.34:${PORTSDIR}/devel/p5-Tie-RefHash
2006-08-01 00:08:14 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.1+
MAN3= Catalyst::Plugin::Session.3 \
Catalyst::Plugin::Session::State.3 \
Catalyst::Plugin::Session::Store.3 \
Catalyst::Plugin::Session::Store::Dummy.3 \
2006-07-29 23:37:12 +02:00
Catalyst::Plugin::Session::Test::Store.3 \
Catalyst::Plugin::Session::Tutorial.3
post-extract:
2009-02-15 17:40:34 +01:00
@${PERL} -i.bak -ne 'print unless /^(is_upgrading_needed|test_requires)/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>