diff options
author | des <des@FreeBSD.org> | 2018-10-06 21:06:42 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2018-10-06 21:06:42 +0800 |
commit | 091caf4661b26a5f70d9b8e0409821418f5afdbb (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /misc | |
parent | eb79e9b6a267227492e837fea536cf5c224c7a2d (diff) | |
download | freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.gz freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.zst freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.zip |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
Diffstat (limited to 'misc')
25 files changed, 50 insertions, 50 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index 8cbfd0335b78..d9b1890c7312 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -14,9 +14,9 @@ COMMENT= Perl extension for comparing arrays LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moo>0:devel/p5-Moo \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \ p5-Type-Tiny>0:devel/p5-Type-Tiny -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings NO_ARCH= yes diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index 17cd4473ab97..c199eb48bab8 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -14,9 +14,9 @@ COMMENT= Diff two arrays LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ p5-Class-Accessor>=0:devel/p5-Class-Accessor -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index 9dda454b2695..9b57e259782d 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ p5-Class-Load>=0:devel/p5-Class-Load \ p5-Dir-Self>=0:devel/p5-Dir-Self \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ @@ -23,7 +24,6 @@ BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ p5-Moose>=0.82:devel/p5-Moose \ p5-MooseX-Getopt>=0:devel/p5-MooseX-Getopt \ p5-namespace-clean>=0:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile index 6f7472aaf0fd..094894d98d18 100644 --- a/misc/p5-Business-EDI/Makefile +++ b/misc/p5-Business-EDI/Makefile @@ -15,12 +15,12 @@ COMMENT= Class for generating EDI objects and subobjects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Exporter-Easy>=0.14:devel/p5-Exporter-Easy \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Exporter-Easy>=0.14:devel/p5-Exporter-Easy \ p5-File-Find-Rule>=0.32:devel/p5-File-Find-Rule \ p5-JSON-XS>=2.01:converters/p5-JSON-XS \ p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ p5-UNIVERSAL-require>=0.10:devel/p5-UNIVERSAL-require -RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index 304fdf217dc4..33981db23bbe 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Calculate business hours during a time period -BUILD_DEPENDS= p5-Set-IntSpan>1.12:math/p5-Set-IntSpan -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Set-IntSpan>1.12:math/p5-Set-IntSpan TEST_DEPENDS= p5-Test-Pod>-1.0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:devel/p5-Test-Pod-Coverage diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index c2aaa7f1279a..108838c9beaf 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -14,8 +14,8 @@ COMMENT= Work with International Standard Book Numbers LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Business-ISBN-Data>=20140910.002:misc/p5-Business-ISBN-Data -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Business-ISBN-Data>=20140910.002:misc/p5-Business-ISBN-Data TEST_DEPENDS= p5-GD-Barcode>=0:graphics/p5-GD-Barcode OPTIONS_DEFINE= BARCODE XISBN diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile index d22ee01c9f23..03f34687682b 100644 --- a/misc/p5-Business-ISIN/Makefile +++ b/misc/p5-Business-ISIN/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validate International Securities Identification Numbers -BUILD_DEPENDS= p5-Locale-Codes>=0:misc/p5-Locale-Codes -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Locale-Codes>=0:misc/p5-Locale-Codes USES= perl5 tar:tgz USE_PERL5= configure diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index a6d2d89ccfc0..9b5663839dd9 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -14,8 +14,8 @@ COMMENT= UPS Interface Module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww NO_ARCH= yes USES= perl5 diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index a1bf1d5e09d4..974ea6e295ee 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -13,12 +13,12 @@ COMMENT= Geocode addresses with the Bing Maps API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=6.02:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-Google/Makefile b/misc/p5-Geo-Coder-Google/Makefile index e3703b8707fd..12b8cb8d71fc 100644 --- a/misc/p5-Geo-Coder-Google/Makefile +++ b/misc/p5-Geo-Coder-Google/Makefile @@ -13,12 +13,12 @@ COMMENT= Google Maps Geocoding API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ p5-JSON>=2.27:converters/p5-JSON \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-URI>=0:net/p5-URI \ p5-libwww>=5.5:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta PORTSCOUT= limit:^[0-9\.]*$$ diff --git a/misc/p5-Geo-Coder-Googlev3/Makefile b/misc/p5-Geo-Coder-Googlev3/Makefile index d27350d96e7e..cdc0a6ff21f8 100644 --- a/misc/p5-Geo-Coder-Googlev3/Makefile +++ b/misc/p5-Geo-Coder-Googlev3/Makefile @@ -13,10 +13,10 @@ COMMENT= Google Maps v3 Geocoding API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-Mapquest/Makefile b/misc/p5-Geo-Coder-Mapquest/Makefile index 9859b1609954..11ab03ec07de 100644 --- a/misc/p5-Geo-Coder-Mapquest/Makefile +++ b/misc/p5-Geo-Coder-Mapquest/Makefile @@ -14,12 +14,12 @@ COMMENT= Geocode addresses with Mapquest LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=6.02:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-Multimap/Makefile b/misc/p5-Geo-Coder-Multimap/Makefile index 3956e50436c9..d18e6d952acd 100644 --- a/misc/p5-Geo-Coder-Multimap/Makefile +++ b/misc/p5-Geo-Coder-Multimap/Makefile @@ -14,11 +14,11 @@ COMMENT= Geocode addresses with the Multimap Open API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-Navteq/Makefile b/misc/p5-Geo-Coder-Navteq/Makefile index b4877194d1d6..816f49e2ae0f 100644 --- a/misc/p5-Geo-Coder-Navteq/Makefile +++ b/misc/p5-Geo-Coder-Navteq/Makefile @@ -14,10 +14,10 @@ COMMENT= Geocode addresses with the Navteq MapTP AJAX API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>=1.36:net/p5-URI \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-URI>=1.36:net/p5-URI \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index 642208d39da6..dec688aafa8e 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -14,11 +14,11 @@ COMMENT= Geocode addresses with the OpenStreetMap Nominatim API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index 5483d91be85c..382882fb74d5 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=2.94:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2.94:converters/p5-JSON \ p5-JSON-XS>=3.04:converters/p5-JSON-XS \ p5-URI>=0:net/p5-URI -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.32:devel/p5-Test-Exception \ p5-Test-Pod>=1.51:devel/p5-Test-Pod \ p5-Test-Warn>=0:devel/p5-Test-Warn diff --git a/misc/p5-Geo-Coder-Ovi/Makefile b/misc/p5-Geo-Coder-Ovi/Makefile index 391cbb165aaf..3371c93a0c52 100644 --- a/misc/p5-Geo-Coder-Ovi/Makefile +++ b/misc/p5-Geo-Coder-Ovi/Makefile @@ -14,11 +14,11 @@ COMMENT= Geocode addresses with the Ovi Maps API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-PlaceFinder/Makefile b/misc/p5-Geo-Coder-PlaceFinder/Makefile index dab16d7ba960..daa1fea0fca6 100644 --- a/misc/p5-Geo-Coder-PlaceFinder/Makefile +++ b/misc/p5-Geo-Coder-PlaceFinder/Makefile @@ -14,11 +14,11 @@ COMMENT= Geocode addresses with Yahoo PlaceFinder LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-TomTom/Makefile b/misc/p5-Geo-Coder-TomTom/Makefile index e7e54b754d19..753320898a8e 100644 --- a/misc/p5-Geo-Coder-TomTom/Makefile +++ b/misc/p5-Geo-Coder-TomTom/Makefile @@ -13,12 +13,12 @@ COMMENT= Geocode addresses with the TomTom route planner LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-JSON-XS>=2:converters/p5-JSON-XS \ p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \ p5-URI>=1.36:net/p5-URI \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Geo-GeoNames/Makefile b/misc/p5-Geo-GeoNames/Makefile index e69fb629a340..29572fd06816 100644 --- a/misc/p5-Geo-GeoNames/Makefile +++ b/misc/p5-Geo-GeoNames/Makefile @@ -14,10 +14,10 @@ COMMENT= Perform geographical queries using GeoNames Web Services LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=1.14:converters/p5-JSON \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=1.14:converters/p5-JSON \ p5-Mojolicious>=0:www/p5-Mojolicious \ p5-XML-Simple>=2.13:textproc/p5-XML-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= configure diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index d225bfd1053d..906ffb473fd7 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -13,8 +13,8 @@ COMMENT= Convert state, province, county etc. names to/from code LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=1:converters/p5-JSON -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON>=1:converters/p5-JSON NO_ARCH= yes USES= dos2unix perl5 diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile index ec05f1de3fc9..a2d27b064df7 100644 --- a/misc/p5-Locale-US/Makefile +++ b/misc/p5-Locale-US/Makefile @@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple NO_ARCH= yes USES= perl5 diff --git a/misc/p5-Software-License-CCpack/Makefile b/misc/p5-Software-License-CCpack/Makefile index 35dd9ecbab23..78c05b786858 100644 --- a/misc/p5-Software-License-CCpack/Makefile +++ b/misc/p5-Software-License-CCpack/Makefile @@ -13,8 +13,8 @@ COMMENT= Software::License pack for Creative Commons licenses LICENSE= LGPL3 -BUILD_DEPENDS= p5-Software-License>=0:misc/p5-Software-License -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Software-License>=0:misc/p5-Software-License TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps NO_ARCH= yes diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index a6c33d6c3b8c..7205c03616b1 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -15,10 +15,10 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Data-Section>=0:devel/p5-Data-Section \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Section>=0:devel/p5-Data-Section \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-Text-Template>=0:textproc/p5-Text-Template -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny NO_ARCH= yes diff --git a/misc/p5-asterisk-perl/Makefile b/misc/p5-asterisk-perl/Makefile index 8f03746478c6..ea191bdc32d1 100644 --- a/misc/p5-asterisk-perl/Makefile +++ b/misc/p5-asterisk-perl/Makefile @@ -14,8 +14,8 @@ COMMENT= Asterisk perl library LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet NO_ARCH= yes USES= perl5 |