diff options
-rw-r--r-- | devel/p5-DateTime-Format-Bork/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-HiRes/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Precise/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Expect-Simple/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-IO-YAML/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Log-Agent-Logger/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Message-Simple/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-OLE-Storage_Lite/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE-Devel-Profiler/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE-XS-Queue-Array/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Test-Memory-Cycle/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Time-Duration-Parse/Makefile | 2 |
15 files changed, 25 insertions, 25 deletions
diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile index d16f4cc6f42e..42b9a96c4d96 100644 --- a/devel/p5-DateTime-Format-Bork/Makefile +++ b/devel/p5-DateTime-Format-Bork/Makefile @@ -16,8 +16,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Formats datetimes for that guy from The Muppet Show RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index 8dc466d18e7d..00747c38a551 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -17,8 +17,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format strp and strf time patterns RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime + p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-HiRes/Makefile b/devel/p5-DateTime-HiRes/Makefile index de1c2b43c785..8066b487393a 100644 --- a/devel/p5-DateTime-HiRes/Makefile +++ b/devel/p5-DateTime-HiRes/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime objects with sub-second current time resolution BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Precise/Makefile b/devel/p5-DateTime-Precise/Makefile index bdc06722748b..35e3c1d81156 100644 --- a/devel/p5-DateTime-Precise/Makefile +++ b/devel/p5-DateTime-Precise/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perform common time and date operations with additional GPS operations -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-TimeZone-Alias/Makefile b/devel/p5-DateTime-TimeZone-Alias/Makefile index 631be55d4478..ec31d48fbbf1 100644 --- a/devel/p5-DateTime-TimeZone-Alias/Makefile +++ b/devel/p5-DateTime-TimeZone-Alias/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Create aliases for DateTime timezones BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime PERL_MODBUILD= yes diff --git a/devel/p5-Expect-Simple/Makefile b/devel/p5-Expect-Simple/Makefile index 15cdc119cd4c..58ee98a2c4b5 100644 --- a/devel/p5-Expect-Simple/Makefile +++ b/devel/p5-Expect-Simple/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Wrapper around the Expect module -BUILD_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect +BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Expect::Simple.3 diff --git a/devel/p5-IO-YAML/Makefile b/devel/p5-IO-YAML/Makefile index 15d491f45855..2b5bbd11fa53 100644 --- a/devel/p5-IO-YAML/Makefile +++ b/devel/p5-IO-YAML/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write YAML streams incrementally -BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML PERL_MODBUILD= yes diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index 90507d9291d7..b2044b349b57 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Essential utilities for the Iterator class -BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 diff --git a/devel/p5-Log-Agent-Logger/Makefile b/devel/p5-Log-Agent-Logger/Makefile index 1a9a9f710c66..362ad4ae2349 100644 --- a/devel/p5-Log-Agent-Logger/Makefile +++ b/devel/p5-Log-Agent-Logger/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Log::Agent::Logger - a logging interface for perl -BUILD_DEPENDS= ${SITE_PERL}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \ - ${SITE_PERL}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long +BUILD_DEPENDS= p5-Log-Agent>=0:${PORTSDIR}/devel/p5-Log-Agent \ + p5-Getargs-Long>=0:${PORTSDIR}/devel/p5-Getargs-Long RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Message-Simple/Makefile b/devel/p5-Log-Message-Simple/Makefile index 1357f11452a0..50185091129d 100644 --- a/devel/p5-Log-Message-Simple/Makefile +++ b/devel/p5-Log-Message-Simple/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides standardized logging facilities using the Log::Message module -BUILD_DEPENDS= ${SITE_PERL}/Log/Message.pm:${PORTSDIR}/devel/p5-Log-Message +BUILD_DEPENDS= p5-Log-Message>=0:${PORTSDIR}/devel/p5-Log-Message RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Log::Message::Simple.3 diff --git a/devel/p5-OLE-Storage_Lite/Makefile b/devel/p5-OLE-Storage_Lite/Makefile index 1fe685464f70..4bb43068fef0 100644 --- a/devel/p5-OLE-Storage_Lite/Makefile +++ b/devel/p5-OLE-Storage_Lite/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for OLE document interface -BUILD_DEPENDS= ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POE-Devel-Profiler/Makefile b/devel/p5-POE-Devel-Profiler/Makefile index d0805d0084c6..343548efda49 100644 --- a/devel/p5-POE-Devel-Profiler/Makefile +++ b/devel/p5-POE-Devel-Profiler/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Profiles POE programs -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POE-XS-Queue-Array/Makefile b/devel/p5-POE-XS-Queue-Array/Makefile index 529a487f3ef1..9f5108ca4b3c 100644 --- a/devel/p5-POE-XS-Queue-Array/Makefile +++ b/devel/p5-POE-XS-Queue-Array/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= XS implementation of POE::Queue::Array -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile index a146f6285c1e..a23662bb0a3b 100644 --- a/devel/p5-Test-Memory-Cycle/Makefile +++ b/devel/p5-Test-Memory-Cycle/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check for memory leaks and circular memory references -BUILD_DEPENDS= ${SITE_PERL}/Devel/Cycle.pm:${PORTSDIR}/devel/p5-Devel-Cycle \ - ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \ + p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Time-Duration-Parse/Makefile b/devel/p5-Time-Duration-Parse/Makefile index b15fde806e2f..3b413dc4467b 100644 --- a/devel/p5-Time-Duration-Parse/Makefile +++ b/devel/p5-Time-Duration-Parse/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse string that represents time duration -RUN_DEPENDS= ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite +RUN_DEPENDS= p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite PERL_CONFIGURE= yes |