756937d113
- File::Spec, File::Temp, and Digest are in Perl 5.8.1 PR: 102557 Submitted by: Gea-Suan Lin <gslin@gslin.org>
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# 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
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Catalyst
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Generic Catalyst Session plugin
|
|
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Object-Signature>=0:${PORTSDIR}/devel/p5-Object-Signature
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::Plugin::Session.3 \
|
|
Catalyst::Plugin::Session::State.3 \
|
|
Catalyst::Plugin::Session::Store.3 \
|
|
Catalyst::Plugin::Session::Store::Dummy.3 \
|
|
Catalyst::Plugin::Session::Test::Store.3 \
|
|
Catalyst::Plugin::Session::Tutorial.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} < 500801
|
|
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
|
.endif
|
|
.include <bsd.port.post.mk>
|