diff options
-rw-r--r-- | databases/p5-Class-DBI-Replication/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-XBase/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-TableHash/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-MLDBM/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-POE-Component-DBIAgent/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-ResourcePool-Resource-DBI/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Email-Filter/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Email-LocalDelivery/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-IMAP-Client/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-Graph/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Mail-RBL/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 4 |
15 files changed, 31 insertions, 31 deletions
diff --git a/databases/p5-Class-DBI-Replication/Makefile b/databases/p5-Class-DBI-Replication/Makefile index cd406029b0b3..3ead5b787083 100644 --- a/databases/p5-Class-DBI-Replication/Makefile +++ b/databases/p5-Class-DBI-Replication/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Class::DBI for replicated database -BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI +BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index 1873d3fa3f96..2f4aaebf5175 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -13,8 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to XBase (dBase, Fox*) database files through DBI -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes diff --git a/databases/p5-DBIx-TableHash/Makefile b/databases/p5-DBIx-TableHash/Makefile index 369c007597c7..24656feba005 100644 --- a/databases/p5-DBIx-TableHash/Makefile +++ b/databases/p5-DBIx-TableHash/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tie a hash to a mysql table + SQL utils -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index 495462d123c0..09018a2659c9 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Store multi-level hash structure in single level tied hash -BUILD_DEPENDS= ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw +BUILD_DEPENDS= p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-POE-Component-DBIAgent/Makefile b/databases/p5-POE-Component-DBIAgent/Makefile index 86c0b59c0d0b..9c8c26ceaced 100644 --- a/databases/p5-POE-Component-DBIAgent/Makefile +++ b/databases/p5-POE-Component-DBIAgent/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE Component for running asynchronous DBI calls -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/databases/p5-ResourcePool-Resource-DBI/Makefile b/databases/p5-ResourcePool-Resource-DBI/Makefile index b99a99a03ed9..b18d31df810e 100644 --- a/databases/p5-ResourcePool-Resource-DBI/Makefile +++ b/databases/p5-ResourcePool-Resource-DBI/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= ResourcePool::Resource::DBI - A ResourcePool wrapper for DBI -BUILD_DEPENDS= ${SITE_PERL}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-ResourcePool>=0:${PORTSDIR}/devel/p5-ResourcePool \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Email-Filter/Makefile b/mail/p5-Email-Filter/Makefile index 6cb1aeee8ef4..6ecb637c7b7f 100644 --- a/mail/p5-Email-Filter/Makefile +++ b/mail/p5-Email-Filter/Makefile @@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Library for creating easy email filters -BUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ - ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ - ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ - ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger +BUILD_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ + p5-Email-LocalDelivery>=0:${PORTSDIR}/mail/p5-Email-LocalDelivery \ + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Email-LocalDelivery/Makefile b/mail/p5-Email-LocalDelivery/Makefile index b1230ebb4e81..9639789305f2 100644 --- a/mail/p5-Email-LocalDelivery/Makefile +++ b/mail/p5-Email-LocalDelivery/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Deliver a piece of email - simply -RUN_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ - ${SITE_PERL}/Email/FolderType.pm:${PORTSDIR}/mail/p5-Email-FolderType \ - ${SITE_PERL}/File/Path/Expand.pm:${PORTSDIR}/devel/p5-File-Path-Expand +RUN_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ + p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType \ + p5-File-Path-Expand>=0:${PORTSDIR}/devel/p5-File-Path-Expand BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile index 5b526c5e6c21..a6db44b12d22 100644 --- a/mail/p5-IMAP-Client/Makefile +++ b/mail/p5-IMAP-Client/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Advanced manipulation of IMAP services w/ referral support -RUN_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/URI/imap.pm:${PORTSDIR}/mail/p5-URI-imap +RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-URI-imap>=0:${PORTSDIR}/mail/p5-URI-imap PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index 8764821ebf69..15659997a826 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the clamav virus scanner -BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \ clamscan:${PORTSDIR}/security/clamav RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index a3142f41543a..101249ebac36 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for drawing graphical stats for mails/spams -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \ + p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 91f1f04b2987..5518d75ef6b9 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A fast and simple mbox folder reader -BUILD_DEPENDS= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \ - ${SITE_PERL}/FileHandle/Unget.pm:${PORTSDIR}/devel/p5-FileHandle-Unget +BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ + p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile index d588497482bc..36366a1154b4 100644 --- a/mail/p5-Mail-RBL/Makefile +++ b/mail/p5-Mail-RBL/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to access RBL-style host verification services -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile index ecf87d314dad..badb263953c1 100644 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implement a POP3 client POE component -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/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index ba4aa7e99f4e..3f2c37150c13 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP client POE component -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Filter/Transparent/SMTP.pm:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Filter-Transparent-SMTP>=0:${PORTSDIR}/mail/p5-POE-Filter-Transparent-SMTP RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |