aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-Session-ExpireSessions/Makefile
blob: d066170e927a1c231bcb07bca3942459d4dfdcc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Gerard Seibert <gerard@seibercom.net>
# $FreeBSD$

PORTNAME=   CGI-Session-ExpireSessions
PORTVERSION=    1.12
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

RUN_DEPENDS=    p5-CGI-Session>=4.14:${PORTSDIR}/www/p5-CGI-Session
TEST_DEPENDS=   p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod

USES=       perl5 tar:tgz
USE_PERL5=  configure

.include <bsd.port.mk>