mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via IRC)
This commit is contained in:
parent
1a1b5bf057
commit
7534c05a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298325
@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Module to submit songs to last.fm from MPD
|
COMMENT= Module to submit songs to last.fm from MPD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
|
BUILD_DEPENDS= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
||||||
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
||||||
RUN_DEPENDS:= ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
|
RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
||||||
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Module to submit songs to last.fm from MPD
|
COMMENT= Module to submit songs to last.fm from MPD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||||
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
||||||
RUN_DEPENDS:= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||||
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Simple irc bot baseclass
|
COMMENT= Simple irc bot baseclass
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||||
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
||||||
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||||
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
||||||
|
|
||||||
MAN3= Bot::BasicBot.3
|
MAN3= Bot::BasicBot.3
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= A IRC plugin that provides CoreList goodness.
|
COMMENT= A IRC plugin that provides CoreList goodness.
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||||
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
||||||
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||||
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
|
p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
|
||||||
|
|
||||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= A POE-based parser for the IRC protocol
|
COMMENT= A POE-based parser for the IRC protocol
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Client library for the TCP transport for EPP
|
COMMENT= Client library for the TCP transport for EPP
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||||
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
||||||
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 \
|
||||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||||
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
||||||
|
|
||||||
MAN3= Net::EPP.3 \
|
MAN3= Net::EPP.3 \
|
||||||
|
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Perl 5 module for representing and manipulating MAC addresses
|
COMMENT= Perl 5 module for representing and manipulating MAC addresses
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
|
|
||||||
MAN3= Net::MAC.3
|
MAN3= Net::MAC.3
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Perl extension for sorting IPv4 addresses
|
COMMENT= Perl extension for sorting IPv4 addresses
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key
|
BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
|
||||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key
|
RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Extract the structure of a quoted mail message
|
COMMENT= Extract the structure of a quoted mail message
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
PERL_MODBUILD= Module::Build
|
PERL_MODBUILD= Module::Build
|
||||||
|
Loading…
Reference in New Issue
Block a user