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

33 lines
862 B
Makefile
Raw Normal View History

# Ports collection makefile for: p5-Catalyst-Plugin-Session-State-Cookie
# Date created: Nov 16, 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session-State-Cookie
2006-08-01 00:00:55 +02:00
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
2006-08-01 00:00:55 +02:00
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Stores a Catalyst Session in a Cookie
2006-08-01 00:00:55 +02:00
RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-08-01 00:00:55 +02:00
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Session::State::Cookie.3
2006-07-29 23:36:56 +02:00
post-extract:
2006-08-01 00:00:55 +02:00
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
2006-07-29 23:36:56 +02:00
.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>