|
Lines 6-24
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Apache-Session |
8 |
PORTNAME= Apache-Session |
| 9 |
PORTVERSION= 1.60 |
9 |
PORTVERSION= 1.81 |
| 10 |
CATEGORIES= www perl5 |
10 |
CATEGORIES= www perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= Apache |
12 |
MASTER_SITE_SUBDIR= Apache |
| 13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
| 14 |
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0//} |
|
|
| 15 |
|
14 |
|
| 16 |
MAINTAINER= frank@exit.com |
15 |
MAINTAINER= frank@exit.com |
| 17 |
COMMENT= A persistence framework for session data |
16 |
COMMENT= A persistence framework for session data |
| 18 |
|
17 |
|
| 19 |
BUILD_DEPENDS= |
|
|
| 20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 21 |
|
| 22 |
PERL_CONFIGURE= yes |
18 |
PERL_CONFIGURE= yes |
| 23 |
|
19 |
|
| 24 |
MAN3= Apache::Session.3 \ |
20 |
MAN3= Apache::Session.3 \ |
|
Lines 56-65
Link Here
|
| 56 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ |
52 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ |
| 57 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
53 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
| 58 |
.if ${PERL_LEVEL} < 500600 |
54 |
.if ${PERL_LEVEL} < 500600 |
| 59 |
EXTRA_PATCH= ${PATCHDIR}/5.005-Session::Generate::ModUniqueId.pm |
55 |
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again |
| 60 |
|
|
|
| 61 |
post-patch: |
| 62 |
@${FIND} ${WRKSRC} -name '*.orig' -delete |
| 63 |
.endif |
56 |
.endif |
| 64 |
.endif |
57 |
.endif |
| 65 |
|
58 |
|