mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- mark IGNORE under old perl
- bump PORTREVISION
This commit is contained in:
parent
af99c93b30
commit
33d45e67fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173498
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= File-Temp
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
@ -15,19 +16,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= Perl5 module to generate temporary files or directories safely
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Temp.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# requires Carp::Heavy since File-Temp-0.17
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
post-configure:
|
||||
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user