- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
This commit is contained in:
parent
7e97d209a0
commit
4641b63dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300273
9 changed files with 19 additions and 19 deletions
|
@ -26,7 +26,7 @@ OPTIONS= SSL "Enable SSL support" ON
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.ifndef WITHOUT_SSL
|
||||
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
.endif
|
||||
|
||||
SUB_FILES= pkg-message ddclient_force
|
||||
|
|
|
@ -46,7 +46,7 @@ OPTIONS= MYSQL "Add MySQL Support (needed for webgui)" off
|
|||
|
||||
.if defined(WITH_MYSQL)
|
||||
BUILD_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
||||
|
|
|
@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/}
|
|||
MAINTAINER= dan@algenta.com
|
||||
COMMENT= DNSMax-perl is a perl DNS update client for the REST DNSMax protocol
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= mark@foster.cc
|
||||
COMMENT= DNS debugger - requests a zone transfer and analyzes the result
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
||||
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_BUILD= YES
|
||||
|
|
|
@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|||
MAINTAINER= gmc@sonologic.nl
|
||||
COMMENT= Programmable DNS resolver for off-line testing
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
|
|
@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= greenwood.andy@gmail.com
|
||||
COMMENT= Net::DNSBL::MultiDaemon - multi DNSBL prioritization
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/mach/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
||||
${SITE_PERL}/Geo/IP/PurePerl.pm:${PORTSDIR}/net/p5-Geo-IP-PurePerl \
|
||||
${SITE_PERL}/mach/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
||||
${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \
|
||||
${SITE_PERL}/mach/Net/DNS/ToolKit.pm:${PORTSDIR}/dns/p5-Net-DNS-ToolKit
|
||||
BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
||||
p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \
|
||||
p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
||||
p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \
|
||||
p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
${SITE_PERL}/File/SafeDO.pm:${PORTSDIR}/devel/p5-File-SafeDO
|
||||
p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ MASTER_SITES= http://www.mavetju.org/download/
|
|||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Check given IP/Host presence in RBLs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
|
|
@ -13,8 +13,8 @@ MASTER_SITES= SF
|
|||
MAINTAINER= drixter@e-utp.net
|
||||
COMMENT= Check given IP/Host presence in 106 RBLs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://mark.foster.cc/pub/scavenge/
|
|||
MAINTAINER= mark@foster.cc
|
||||
COMMENT= Discover/audit forward and reverse DNS records
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
nmap:${PORTSDIR}/security/nmap
|
||||
|
||||
PLIST_FILES= bin/scavenge
|
||||
|
|
Loading…
Reference in a new issue