diff options
author | az <az@FreeBSD.org> | 2012-06-08 20:13:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-08 20:13:52 +0800 |
commit | 526e36f225bf57a298d65fc4b351feb8c95edc9d (patch) | |
tree | 6ea79adef4d4f978defef0a4a97d4649891c5b18 /devel | |
parent | 8e4a6fffed540c244bd458655d948fc8da551a7e (diff) | |
download | freebsd-ports-gnome-526e36f225bf57a298d65fc4b351feb8c95edc9d.tar.gz freebsd-ports-gnome-526e36f225bf57a298d65fc4b351feb8c95edc9d.tar.zst freebsd-ports-gnome-526e36f225bf57a298d65fc4b351feb8c95edc9d.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-AlzaboWrapper/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Delegation/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Class-Tangram/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Code-Perl/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-NameDay/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-DateTime-Event-Random/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-ICal/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Devel-EvalContext/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Filter-Template/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Gearman-Client-Async/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Gnome2-GConf/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-IPC-SharedCache/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Tie-FileLRUCache/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-XML-Compile-Tester/Makefile | 2 |
15 files changed, 39 insertions, 39 deletions
diff --git a/devel/p5-Class-AlzaboWrapper/Makefile b/devel/p5-Class-AlzaboWrapper/Makefile index 75ad4257d898..c9bc90034274 100644 --- a/devel/p5-Class-AlzaboWrapper/Makefile +++ b/devel/p5-Class-AlzaboWrapper/Makefile @@ -15,8 +15,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Higher level wrapper around Alzabo Row and Table objects BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}//Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Alzabo.pm:${PORTSDIR}/devel/p5-Alzabo + p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Alzabo>=0:${PORTSDIR}/devel/p5-Alzabo RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Class-Delegation/Makefile b/devel/p5-Class-Delegation/Makefile index 9786ffbaca36..d8844641b696 100644 --- a/devel/p5-Class-Delegation/Makefile +++ b/devel/p5-Class-Delegation/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Object-oriented delegation -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Tangram/Makefile b/devel/p5-Class-Tangram/Makefile index 2338d00a6ca2..f96b7a072c41 100644 --- a/devel/p5-Class-Tangram/Makefile +++ b/devel/p5-Class-Tangram/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create constructors, accessor, update methods for objects from Tangram -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Tangram.pm:${PORTSDIR}/databases/p5-Tangram +BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Code-Perl/Makefile b/devel/p5-Code-Perl/Makefile index 1cc20ef3b6d3..038ba33e2725 100644 --- a/devel/p5-Code-Perl/Makefile +++ b/devel/p5-Code-Perl/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Produce Perl code from a tree -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ - ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep +BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Code::Perl.3 Code::Perl::Expr.3 diff --git a/devel/p5-DateTime-Event-NameDay/Makefile b/devel/p5-DateTime-Event-NameDay/Makefile index 5fd6c8e82a72..7def98d5f82d 100644 --- a/devel/p5-DateTime-Event-NameDay/Makefile +++ b/devel/p5-DateTime-Event-NameDay/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl DateTime extension to work with namedays from various countries -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ - ${SITE_PERL}/DateTime/Calendar/Christian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Christian \ +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ + p5-DateTime-Calendar-Christian>=0:${PORTSDIR}/devel/p5-DateTime-Calendar-Christian \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-DateTime-Event-Random/Makefile b/devel/p5-DateTime-Event-Random/Makefile index 228d6ab0b959..7b414ac680f9 100644 --- a/devel/p5-DateTime-Event-Random/Makefile +++ b/devel/p5-DateTime-Event-Random/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DateTime extension for creating random datetimes -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile index b3d5a0cd7356..0e2598bda61c 100644 --- a/devel/p5-DateTime-Format-ICal/Makefile +++ b/devel/p5-DateTime-Format-ICal/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format ICal datetime and duration strings -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \ - ${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \ +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-DateTime-Event-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Event-ICal \ + p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-Devel-EvalContext/Makefile b/devel/p5-Devel-EvalContext/Makefile index b9baba6f8402..073382e08067 100644 --- a/devel/p5-Devel-EvalContext/Makefile +++ b/devel/p5-Devel-EvalContext/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Save lexicals and hints between calls to eval -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ - ${SITE_PERL}/${PERL_ARCH}/Data/Alias.pm:${PORTSDIR}/devel/p5-Data-Alias \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ + p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Filter-Template/Makefile b/devel/p5-Filter-Template/Makefile index 58db062a1b58..fd25ae540207 100644 --- a/devel/p5-Filter-Template/Makefile +++ b/devel/p5-Filter-Template/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A source filter for inline code templates (macros) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Filter::Template.3 Filter::Template::UseBytes.3 diff --git a/devel/p5-Gearman-Client-Async/Makefile b/devel/p5-Gearman-Client-Async/Makefile index f7036a89e97b..68cefb328d26 100644 --- a/devel/p5-Gearman-Client-Async/Makefile +++ b/devel/p5-Gearman-Client-Async/Makefile @@ -17,13 +17,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Asynchronous client module for Gearman for Danga::Socket applications RUN_DEPENDS= \ - ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ - ${SITE_PERL}/Gearman/Client.pm:${PORTSDIR}/devel/p5-Gearman + p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \ + p5-Gearman>=0:${PORTSDIR}/devel/p5-Gearman BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Gearman-Server>=0:${PORTSDIR}/devel/p5-Gearman-Server -USE_PERL5= yes PERL_CONFIGURE= yes + MAN3= Gearman::Client::Async.3 .include <bsd.port.mk> diff --git a/devel/p5-Gnome2-GConf/Makefile b/devel/p5-Gnome2-GConf/Makefile index 33532f59e196..a65b7a07da45 100644 --- a/devel/p5-Gnome2-GConf/Makefile +++ b/devel/p5-Gnome2-GConf/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings for the GConf2 configuration engine -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2/CodeGen.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 +BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 PERL_CONFIGURE= yes USE_GNOME= gconf2 diff --git a/devel/p5-IPC-SharedCache/Makefile b/devel/p5-IPC-SharedCache/Makefile index 3b340723661f..df050472b6c6 100644 --- a/devel/p5-IPC-SharedCache/Makefile +++ b/devel/p5-IPC-SharedCache/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for managing a SysV IPC shared memory cache -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS= p5-IPC-ShareLite>=0:${PORTSDIR}/devel/p5-IPC-ShareLite \ + p5-Storable>=0:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 77042fd30de1..3fc902ca2ba7 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -56,23 +56,23 @@ USE_APACHE= 20+ .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAPACHELOG} -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 .endif .if ${PORT_OPTIONS:MEMAIL_MIMELITE} -RUN_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite +RUN_DEPENDS+= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite .endif .if ${PORT_OPTIONS:MEMAIL_MAILSEND} -RUN_DEPENDS+= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools +RUN_DEPENDS+= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools .endif .if ${PORT_OPTIONS:MEMAIL_MAILSENDMAIL} -RUN_DEPENDS+= ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail +RUN_DEPENDS+= p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail .endif .if ${PORT_OPTIONS:MMAIL_SENDER} -RUN_DEPENDS+= ${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender +RUN_DEPENDS+= p5-Mail-Sender>=0:${PORTSDIR}/mail/p5-Mail-Sender .endif .if ${PORT_OPTIONS:MDOCS} diff --git a/devel/p5-Tie-FileLRUCache/Makefile b/devel/p5-Tie-FileLRUCache/Makefile index a1af203f3ca8..a23c7a4527d7 100644 --- a/devel/p5-Tie-FileLRUCache/Makefile +++ b/devel/p5-Tie-FileLRUCache/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A lightweight but robust filesystem based persistent LRU cache -BUILD_DEPENDS= ${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList +BUILD_DEPENDS= p5-Class-NamedParms>=0:${PORTSDIR}/devel/p5-Class-NamedParms \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Class-ParmList>=0:${PORTSDIR}/devel/p5-Class-ParmList RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-XML-Compile-Tester/Makefile b/devel/p5-XML-Compile-Tester/Makefile index fa58859b4053..a7a3ad803187 100644 --- a/devel/p5-XML-Compile-Tester/Makefile +++ b/devel/p5-XML-Compile-Tester/Makefile @@ -16,7 +16,7 @@ COMMENT= Support XML::Compile Related Regression Testing RUN_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |