1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

- update dependency

- take maintainership

Approved by:	clsung (maintainer)
This commit is contained in:
Yen-Ming Lee 2006-01-02 22:40:00 +00:00
parent 93c1244271
commit d5a7b6738c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152620

View File

@ -7,21 +7,28 @@
PORTNAME= File-Temp
PORTVERSION= 0.16
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
MAINTAINER= leeym@FreeBSD.org
COMMENT= Perl5 module to generate temporary files or directories safely
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
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.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-configure:
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>