blob: a24dec1d928add18d37610f948aebbc2d3083aba (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# New ports collection makefile for: p5-CGI-Session
# Date created: 12 June 2002
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CGI-Session
PORTVERSION= 4.41
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MARKSTOS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for persistent session management
PERL_CONFIGURE= yes
MAN3= \
CGI::Session.3 \
CGI::Session::Driver.3 \
CGI::Session::Driver::DBI.3 \
CGI::Session::Driver::db_file.3 \
CGI::Session::Driver::file.3 \
CGI::Session::Driver::mysql.3 \
CGI::Session::Driver::postgresql.3 \
CGI::Session::Driver::sqlite.3 \
CGI::Session::ErrorHandler.3 \
CGI::Session::ID::incr.3 \
CGI::Session::ID::md5.3 \
CGI::Session::ID::static.3 \
CGI::Session::Serialize::default.3 \
CGI::Session::Serialize::freezethaw.3 \
CGI::Session::Serialize::storable.3 \
CGI::Session::Test::Default.3 \
CGI::Session::Tutorial.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>
|