Remove SITE_PERL from RUN_DEPENDS
Submitted by: az
This commit is contained in:
parent
1e01e8e206
commit
4c44c06b4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300208
2 changed files with 9 additions and 9 deletions
|
@ -14,8 +14,8 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
|
|||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Recover zone file information from servers that use DNSSEC
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Net/DNS/SEC.pm:${PORTSDIR}/dns/p5-Net-DNS-SEC
|
||||
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -18,13 +18,13 @@ MAINTAINER= johans@FreeBSD.org
|
|||
COMMENT= Various OpenPGP related tools
|
||||
|
||||
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
|
||||
${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
||||
${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
|
||||
${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
${SITE_PERL}/Convert/Recode.pm:${PORTSDIR}/converters/p5-Convert-Recode \
|
||||
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
||||
p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
|
||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
p5-Convert-Recode>=0:${PORTSDIR}/converters/p5-Convert-Recode \
|
||||
p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
p5-GD>=0:${PORTSDIR}/graphics/p5-GD
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
|
||||
|
||||
|
|
Loading…
Reference in a new issue