mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix package building problems on bento.
Not sure if this fully resolves the issue, but it fixes local tests. PR: ports/55074 Submitted by: Lars Eggert <larse@isi.edu>
This commit is contained in:
parent
d104044636
commit
33ef7afe16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86034
@ -14,8 +14,7 @@ MASTER_SITES= http://degraaff.org/checkbot/ \
|
||||
MAINTAINER= wosch@FreeBSD.org
|
||||
COMMENT= A WWW link verifier, similar like momspider
|
||||
|
||||
RUN_DEPENDS= \
|
||||
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
@ -23,9 +22,14 @@ RUN_DEPENDS= \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
MAN1PREFIX= ${PREFIX}/share
|
||||
.endif
|
||||
|
||||
MAN1= checkbot.1
|
||||
USE_PERL5= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user