diff options
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 2 | ||||
-rw-r--r-- | audio/gnump3d/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-W3CDTF/Makefile | 2 | ||||
-rw-r--r-- | devel/perlconsole/Makefile | 8 | ||||
-rw-r--r-- | mail/pop-before-smtp/Makefile | 6 | ||||
-rw-r--r-- | textproc/txt2html/Makefile | 4 | ||||
-rw-r--r-- | www/checkbot/Makefile | 20 |
7 files changed, 22 insertions, 22 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 4b99170f1572..f5027d698948 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -27,7 +27,7 @@ TEXTDIFF_DESC= "Text::Diff support for ptardiff" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTEXTDIFF} -RUN_DEPENDS+= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff +RUN_DEPENDS+= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff .endif .include <bsd.port.pre.mk> diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 1482910afdff..0d4c24db3fab 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -32,7 +32,7 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500806 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS+= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode .endif post-patch: diff --git a/devel/p5-DateTime-Format-W3CDTF/Makefile b/devel/p5-DateTime-Format-W3CDTF/Makefile index 824bf13966dc..fe671f63fe1e 100644 --- a/devel/p5-DateTime-Format-W3CDTF/Makefile +++ b/devel/p5-DateTime-Format-W3CDTF/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Parse and format W3CDTF datetime strings -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/perlconsole/Makefile b/devel/perlconsole/Makefile index 524574ec5c4a..8f6f979e9ccc 100644 --- a/devel/perlconsole/Makefile +++ b/devel/perlconsole/Makefile @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= CPAN:SUKRIA MAINTAINER= jadawin@FreeBSD.org COMMENT= A light program that lets you evaluate Perl code interactively -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - ${SITE_PERL}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \ - ${SITE_PERL}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence \ - ${SITE_PERL}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords +RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + p5-Module-Refresh>=0:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Lexical-Persistence>=0:${PORTSDIR}/devel/p5-Lexical-Persistence \ + p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords USE_PERL5= yes PERL_CONFIGURE= yes diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile index 6a54e574e325..2b77df270f0e 100644 --- a/mail/pop-before-smtp/Makefile +++ b/mail/pop-before-smtp/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF/popbsmtp/Source%20tar/${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= A log parser to identify valid POP/IMAP logins for later smtp -RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes USE_PERL5_RUN= yes diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index a72fd847d1c7..404feca49aa0 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= Convert raw text to something with a little HTML formatting -BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS= p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index d50cbb556015..c94a55aa673d 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -14,16 +14,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Checkbot%20${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= A WWW link verifier, similar to momspider -BUILD_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}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Time/Duration.pm:${PORTSDIR}/devel/p5-Time-Duration -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}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Time/Duration.pm:${PORTSDIR}/devel/p5-Time-Duration +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration MAN1= checkbot.1 PERL_CONFIGURE= yes |