aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Session-ExpireSessions/Makefile
blob: 0fabd2b7dcfd96fdc74ad6c9d88be6ad7927c465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	p5-CGI-Session-ExpireSessions
# Date created:		11 March 2009
# Whom:			Gerard Seibert <gerard@seibercom.net>
#
# $FreeBSD$
#

PORTNAME=	CGI-Session-ExpireSessions
PORTVERSION=	1.09
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CGI
PKGNAMEPREFIX=	p5-
EXTRACT_SUFX=	.tgz

MAINTAINER=	gerard@seibercom.net
COMMENT=	Perl module to delete expired CGI::Session-type sessions

BUILD_DEPENDS=	p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod
RUN_DEPENDS=	p5-CGI-Session>=4.40:${PORTSDIR}/www/p5-CGI-Session

MAN3=	CGI::Session::ExpireSessions.3
MANCOMPRESSED=	no

PERL_CONFIGURE=	yes

.include <bsd.port.mk>