View | Details | Raw Unified | Return to bug 70361
Collapse All | Expand All

(-)Makefile (-4 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	File-Temp
8
PORTNAME=	File-Temp
9
PORTVERSION=	0.14
9
PORTVERSION=	0.14
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
13
MASTER_SITE_SUBDIR=	File
13
MASTER_SITE_SUBDIR=	File
Lines 30-37 Link Here
30
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
30
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
31
RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
31
RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
32
.endif
32
.endif
33
.if ${PERL_LEVEL} > 500800
34
IGNORE=		"This module is already included in perl 5.8.x and later."
35
.endif
36
33
37
.include <bsd.port.post.mk>
34
.include <bsd.port.post.mk>
(-)pkg-descr (-2 / +1 lines)
Lines 3-10 Link Here
3
conditions are avoided and some security checks are performed (e.g. making
3
conditions are avoided and some security checks are performed (e.g. making
4
sure the sticky bit is set on world writeable temp directories).
4
sure the sticky bit is set on world writeable temp directories).
5
5
6
It should be considered to be in a beta state.
7
8
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
6
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
7
WWW: http://search.cpan.org/dist/File-Temp/
9
8
10
-- Johann Visagie <johann@egenetics.com>
9
-- Johann Visagie <johann@egenetics.com>

Return to bug 70361