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

(-)Makefile (-2 / +8 lines)
Lines 19-25 Link Here
19
#DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
19
#DEPRECATED=	Support ends three years after .0 release. Please upgrade to a more recent version of Perl
20
#EXPIRATION_DATE=<Release date of .0 + 3 years>
20
#EXPIRATION_DATE=<Release date of .0 + 3 years>
21
21
22
USES=		cpe tar:xz
22
USES=		compiler cpe tar:xz
23
23
24
# Give a hint of where libperl.so can be found.
24
# Give a hint of where libperl.so can be found.
25
USE_LDCONFIG=	${PREFIX}/${_ARCH_LIB}/CORE
25
USE_LDCONFIG=	${PREFIX}/${_ARCH_LIB}/CORE
Lines 179-184 Link Here
179
CONFIGURE_ARGS+=	-Accflags='-DUSE_THREAD_SAFE_LOCALE'
179
CONFIGURE_ARGS+=	-Accflags='-DUSE_THREAD_SAFE_LOCALE'
180
.endif
180
.endif
181
181
182
.include <bsd.port.pre.mk>
183
184
.if ${ARCH} == powerpc && ${CHOSEN_COMPILER_TYPE} == clang
185
CFLAGS+=	-O1
186
.endif
187
182
# if this port is default due PERL5_DEFAULT
188
# if this port is default due PERL5_DEFAULT
183
# change PKGNAME to reflect this
189
# change PKGNAME to reflect this
184
.if ${PERL_VER} == ${PERL5_DEFAULT}
190
.if ${PERL_VER} == ${PERL5_DEFAULT}
Lines 290-293 Link Here
290
		done
296
		done
291
	${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf
297
	${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf
292
298
293
.include <bsd.port.mk>
299
.include <bsd.port.post.mk>

Return to bug 248561