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)
This commit is contained in:
@@ -14,10 +14,10 @@ COMMENT= Wrapper around Archive::Rar
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Any>=0:archivers/p5-Archive-Any \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Any>=0:archivers/p5-Archive-Any \
|
||||
p5-Archive-Rar>=0:archivers/p5-Archive-Rar \
|
||||
p5-lib-abs>=0.90:devel/p5-lib-abs
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,11 +14,11 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=1.07:archivers/p5-Archive-Zip \
|
||||
p5-File-MMagic>=1.27:devel/p5-File-MMagic \
|
||||
p5-MIME-Types>=1.16:mail/p5-MIME-Types \
|
||||
p5-Module-Find>=0.05:devel/p5-Module-Find
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \
|
||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Generic archive extracting mechanism (using libarchive)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Object-Tiny>=0:devel/p5-Object-Tiny
|
||||
TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
|
||||
p5-Path-Class>=0:devel/p5-Path-Class \
|
||||
p5-Test-Pod>=1.04:devel/p5-Test-Pod
|
||||
|
||||
@@ -14,10 +14,10 @@ COMMENT= Peek into archives without extracting them
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-Moose>=0:devel/p5-Moose \
|
||||
p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Interface with the 'rar' command
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
rar:archivers/rar
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Simple module for extract archives
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Rar>=2.02:archivers/p5-Archive-Rar \
|
||||
p5-Archive-Zip>=1.30:archivers/p5-Archive-Zip
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
|
||||
|
||||
|
||||
@@ -13,10 +13,10 @@ COMMENT= API wrapper around the 'tar' utility
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Dumbbench>=0.111:benchmarks/p5-Dumbbench
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,11 +13,11 @@ COMMENT= Pure perl implementation of LZW
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moo>=1.001000:devel/p5-Moo \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moo>=1.001000:devel/p5-Moo \
|
||||
p5-Type-Tiny>0:devel/p5-Type-Tiny \
|
||||
p5-namespace-clean>0:devel/p5-namespace-clean \
|
||||
p5-strictures>0:devel/p5-strictures
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzf files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZF>=0:archivers/p5-Compress-LZF \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZF>=0:archivers/p5-Compress-LZF \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzma files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-Test-Pod>=1:devel/p5-Test-Pod \
|
||||
p7zip>=0:archivers/p7zip
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Write lzop files / buffers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZO>=0:archivers/p5-Compress-LZO \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZO>=0:archivers/p5-Compress-LZO \
|
||||
p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=${PORTVERSION}:archivers/p5-Compress-Raw-Bzip2 \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Raw-Bzip2>=${PORTVERSION}:archivers/p5-Compress-Raw-Bzip2 \
|
||||
p5-Compress-Raw-Zlib>=${PORTVERSION}:archivers/p5-Compress-Raw-Zlib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZO>=1.08:archivers/p5-Compress-LZO \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZO>=1.08:archivers/p5-Compress-LZO \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-LZW>=0:archivers/p5-Compress-LZW \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-LZW>=0:archivers/p5-Compress-LZW \
|
||||
p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-POE>=0.38:devel/p5-POE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Perl extension to provide a PerlIO layer to bzip2/bunzip2
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= OO Perl interface to the ADS abstract service
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
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
|
||||
|
||||
@@ -13,13 +13,13 @@ COMMENT= Forecast satellite visibility
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client \
|
||||
p5-Astro-satpass>=0.077:astro/p5-Astro-satpass \
|
||||
p5-Clone>=0:devel/p5-Clone \
|
||||
p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \
|
||||
p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
|
||||
p5-Template-Toolkit>=2.21:www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,7 +13,8 @@ COMMENT= Generic stellar catalogue object
|
||||
LICENSE= GPLv3
|
||||
|
||||
# p5-Astro-FITS-CFITSIO is a recommended dependency
|
||||
BUILD_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \
|
||||
p5-Astro-FITS-CFITSIO>=1.03:astro/p5-Astro-FITS-CFITSIO \
|
||||
p5-Astro-Flux>=0.01:astro/p5-Astro-Flux \
|
||||
p5-Astro-Telescope>=0.50:astro/p5-Astro-Telescope \
|
||||
@@ -23,7 +24,6 @@ BUILD_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \
|
||||
p5-Number-Uncertainty>=0.1:math/p5-Number-Uncertainty \
|
||||
p5-SOAP-Lite>=0:net/p5-SOAP-Lite \
|
||||
p5-libwww>=5.53:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= localbase perl5
|
||||
|
||||
@@ -12,10 +12,10 @@ COMMENT= Class for handling astronomical coordinates
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-PAL>=0:astro/p5-Astro-PAL \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-PAL>=0:astro/p5-Astro-PAL \
|
||||
p5-Astro-Telescope>=0.71:astro/p5-Astro-Telescope \
|
||||
p5-DateTime>=0.76:devel/p5-DateTime
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \
|
||||
p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= OO interface to the 1st and 2nd Digital Sky Surveys
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
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
|
||||
|
||||
@@ -14,11 +14,11 @@ COMMENT= Class for handling astronomical flux quantities
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-WaveBand>=0:astro/p5-Astro-WaveBand \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-WaveBand>=0:astro/p5-Astro-WaveBand \
|
||||
p5-DateTime>=0:devel/p5-DateTime \
|
||||
p5-Misc-Quality>=0:astro/p5-Misc-Quality \
|
||||
p5-Number-Uncertainty>=0:math/p5-Number-Uncertainty
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,12 +13,12 @@ COMMENT= OO interface to SIMBAD4
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
||||
p5-SOAP-Lite>=0:net/p5-SOAP-Lite \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-XML-DoubleEncodedEntities>=1:textproc/p5-XML-DoubleEncodedEntities \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -13,10 +13,10 @@ COMMENT= OO Perl interface to the SIMBAD astronomical database
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=3.36:www/p5-HTML-Parser \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTML-Parser>=3.36:www/p5-HTML-Parser \
|
||||
p5-HTML-Tree>=3.17:www/p5-HTML-Tree \
|
||||
p5-libwww>=5.53:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Class for obtaining telescope information
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-PAL>=0.99:astro/p5-Astro-PAL
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-PAL>=0.99:astro/p5-Astro-PAL
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Perl interface to gpsbabel
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0.05:sysutils/p5-File-Which \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-Which>=0.05:sysutils/p5-File-Which \
|
||||
p5-Geo-Gpx>=0.25:graphics/p5-Geo-Gpx
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -15,8 +15,8 @@ COMMENT= Perl interface to GPS receivers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Device-SerialPort>=0.07:comms/p5-Device-SerialPort
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Device-SerialPort>=0.07:comms/p5-Device-SerialPort
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Interface to the Starlink AST library
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-FITS-CFITSIO>=0:astro/p5-Astro-FITS-CFITSIO \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Astro-FITS-CFITSIO>=0:astro/p5-Astro-FITS-CFITSIO \
|
||||
p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Retrieve weather information from wunderground.com
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
@@ -13,12 +13,12 @@ COMMENT= Bunch of common helper classes for mpd
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.92:devel/p5-Moose \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moose>=0.92:devel/p5-Moose \
|
||||
p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \
|
||||
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
|
||||
p5-Readonly>=0:devel/p5-Readonly \
|
||||
p5-String-Formatter>=0:devel/p5-String-Formatter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Audio-MPD-Common>=0:audio/p5-Audio-MPD-Common \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Audio-MPD-Common>=0:audio/p5-Audio-MPD-Common \
|
||||
p5-Getopt-Euclid>=0:devel/p5-Getopt-Euclid \
|
||||
p5-List-AllUtils>=0:devel/p5-List-AllUtils \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
@@ -24,7 +25,6 @@ BUILD_DEPENDS= p5-Audio-MPD-Common>=0:audio/p5-Audio-MPD-Common \
|
||||
p5-MooseX-SemiAffordanceAccessor>=0:devel/p5-MooseX-SemiAffordanceAccessor \
|
||||
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
|
||||
p5-Proc-Daemon>=0:devel/p5-Proc-Daemon
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:audio/p5-Test-Corpus-Audio-MPD
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Interface to Musepack file information and APE tag fields
|
||||
|
||||
BUILD_DEPENDS= p5-MP3-Info>=1.20:audio/p5-MP3-Info \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MP3-Info>=1.20:audio/p5-MP3-Info \
|
||||
p5-Audio-Scan>=0.85:audio/p5-Audio-Scan
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Perl interface to Last.fm and AudioScrobbler
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
|
||||
p5-libwww>=5:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Perl modules for reading and writing Microsoft WAV files
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
||||
p5-Inline-C>=0:devel/p5-Inline-C
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Audio manipulation routines for perl
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Math-GSL>=0:math/p5-Math-GSL
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Math-GSL>=0:math/p5-Math-GSL
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Search and sort MP3 files based on their ID3 tags
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-MP3-Info>=0:audio/p5-MP3-Info
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MP3-Info>=0:audio/p5-MP3-Info
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -15,9 +15,9 @@ COMMENT= Assorted utilities for manipulating MP3 files via MP3::Tag
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-MP3-Tag>=1.13:audio/p5-MP3-Tag \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MP3-Tag>=1.13:audio/p5-MP3-Tag \
|
||||
p5-Text-NeatTemplate>=0.10.01:textproc/p5-Text-NeatTemplate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -12,9 +12,9 @@ COMMENT= Perl interface for the MusicBrainz libdiscid library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
|
||||
LIB_DEPENDS= libdiscid.so:audio/libdiscid
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= localbase pkgconfig perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Get the CDID of an audio CD and query the FreeDB servers
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-CDDB-File>=0:audio/p5-CDDB-File \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-CDDB-File>=0:audio/p5-CDDB-File \
|
||||
p5-Moo>=0:devel/p5-Moo
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= alias perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,11 +13,11 @@ COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
||||
p5-Inline-C>=0:devel/p5-Inline-C
|
||||
LIB_DEPENDS= libogg.so:audio/libogg \
|
||||
libvorbis.so:audio/libvorbis
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Automate launching of fake mdp for testing purposes
|
||||
|
||||
BUILD_DEPENDS= p5-File-ShareDir-PathClass>0:devel/p5-File-ShareDir-PathClass \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-ShareDir-PathClass>0:devel/p5-File-ShareDir-PathClass \
|
||||
p5-Path-Class>=0:devel/p5-Path-Class \
|
||||
p5-Readonly>=0:devel/p5-Readonly
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Perl5 interface to the ACEDB genome database system
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -16,8 +16,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,8 +14,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-BioPerl>=1.007000:biology/p5-BioPerl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BioPerl>=1.007000:biology/p5-BioPerl
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,10 +14,10 @@ COMMENT= Perl extension for the DAS (HTTP+XML) Protocol
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Readonly>=1.03:devel/p5-Readonly \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Readonly>=1.03:devel/p5-Readonly \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-WWW-Curl>=4.07:www/p5-WWW-Curl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -14,10 +14,10 @@ COMMENT= Client-side library for Distributed Genome Annotation System
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
p5-HTML-Parser>=3:www/p5-HTML-Parser \
|
||||
p5-libwww>=5:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -14,12 +14,12 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
p5-Tree-DAG_Node>=0:devel/p5-Tree-DAG_Node \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-XML-DOM>=0:textproc/p5-XML-DOM \
|
||||
p5-XML-DOM-XPath>=0:textproc/p5-XML-DOM-XPath
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,10 +14,10 @@ COMMENT= Fast low-level functions for parsing and formatting GFF3
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-ReadBackwards>=0:devel/p5-File-ReadBackwards \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-ReadBackwards>=0:devel/p5-File-ReadBackwards \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-URI>=0:net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl Interface to G-language
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-libwww>=5:www/p5-libwww
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,14 +14,14 @@ COMMENT= Generate GD Images of Bio::Seq Objects
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Bio-Coordinate>=1.007000:biology/p5-Bio-Coordinate \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Bio-Coordinate>=1.007000:biology/p5-Bio-Coordinate \
|
||||
p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \
|
||||
p5-BioPerl>=1.007000:biology/p5-BioPerl \
|
||||
p5-CGI>=0:www/p5-CGI \
|
||||
p5-GD>=2.30:graphics/p5-GD \
|
||||
p5-GD-SVG>=0.32:graphics/p5-GD-SVG \
|
||||
p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,7 +13,8 @@ COMMENT= Data model and utility API for the MAGE-TAB format
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-Date-Manip>=5.44:devel/p5-Date-Manip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Date-Manip>=5.44:devel/p5-Date-Manip \
|
||||
p5-DateTime>=0.43.02:devel/p5-DateTime \
|
||||
p5-DateTime-Format-DateManip>=0.04:devel/p5-DateTime-Format-DateManip \
|
||||
p5-Email-Valid>=0.179:mail/p5-Email-Valid \
|
||||
@@ -24,7 +25,6 @@ BUILD_DEPENDS= p5-Date-Manip>=5.44:devel/p5-Date-Manip \
|
||||
p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
|
||||
p5-Text-CSV_XS>=0.32:textproc/p5-Text-CSV_XS \
|
||||
p5-URI>=1.35:net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0.26:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Object-oriented Perl API for the NEXUS file format
|
||||
|
||||
BUILD_DEPENDS= p5-Clone-PP>=1.02:devel/p5-Clone-PP
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Clone-PP>=1.02:devel/p5-Clone-PP
|
||||
|
||||
TEST_DEPENDS= p5-Test-Deep>=0.106:devel/p5-Test-Deep \
|
||||
p5-Test-Pod>=0:devel/p5-Test-Pod \
|
||||
|
||||
@@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
p5-GD>=0:graphics/p5-GD \
|
||||
p5-Math-CDF>=0:math/p5-Math-CDF \
|
||||
@@ -29,7 +30,6 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig \
|
||||
p5-XML-XML2JSON>=0:textproc/p5-XML-XML2JSON \
|
||||
p5-libxml>=0:textproc/p5-libxml
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Read and Update SCF Chromatographic Sequence Files
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/io_lib/scf.h:biology/iolib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/io_lib/scf.h:biology/iolib
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
@@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
|
||||
p5-Bio-FeatureIO>=0:biology/p5-Bio-FeatureIO \
|
||||
p5-BioPerl>=1.007000:biology/p5-BioPerl \
|
||||
p5-Config-Any>=0:devel/p5-Config-Any \
|
||||
@@ -23,7 +24,6 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-bioperl-run-1.[13579]*
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@ COMMENT= Collection of Perl modules for bioinformatics
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Algorithm-Munkres>=0:math/p5-Algorithm-Munkres \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Algorithm-Munkres>=0:math/p5-Algorithm-Munkres \
|
||||
p5-Array-Compare>=0:misc/p5-Array-Compare \
|
||||
p5-CGI>=0:www/p5-CGI \
|
||||
p5-Clone>=0:devel/p5-Clone \
|
||||
@@ -51,7 +52,6 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:math/p5-Algorithm-Munkres \
|
||||
p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-libxml>=0:textproc/p5-libxml
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most \
|
||||
p5-URI>=0:net/p5-URI
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= Retrieve the Mandarin (PinYin) of Chinese character (HanZi)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Lingua-Han-Utils>=0.10:chinese/p5-Lingua-Han-Utils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Lingua-Han-Utils>=0.10:chinese/p5-Lingua-Han-Utils
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= Utility tools of Chinese character(HanZi)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Encode-Detect-CJK>=0:converters/p5-Encode-Detect-CJK
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Encode-Detect-CJK>=0:converters/p5-Encode-Detect-CJK
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE
|
||||
|
||||
BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:chinese/p5-Lingua-ZH-TaBE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Lingua-ZH-TaBE>=0:chinese/p5-Lingua-ZH-TaBE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Chinese Text Summarization
|
||||
|
||||
BUILD_DEPENDS= p5-Lingua-ZH-Toke>=0:chinese/p5-Lingua-ZH-Toke \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Lingua-ZH-Toke>=0:chinese/p5-Lingua-ZH-Toke \
|
||||
p5-Lingua-ZH-Wrap>=0:chinese/p5-Lingua-ZH-Wrap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Chinese Tokenizer on steroids
|
||||
|
||||
BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:chinese/p5-Lingua-ZH-TaBE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Lingua-ZH-TaBE>=0:chinese/p5-Lingua-ZH-TaBE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Perl class to interface generic modems (AT-compliant)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Device-SerialPort>=0:comms/p5-Device-SerialPort
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Device-SerialPort>=0:comms/p5-Device-SerialPort
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= examples/xmodem.pl \
|
||||
|
||||
@@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
||||
COMMENT= Send SMS via http://www.nexmo.com/ API
|
||||
|
||||
BUILD_DEPENDS= p5-HTTP-Message>=5.836:www/p5-HTTP-Message \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTTP-Message>=5.836:www/p5-HTTP-Message \
|
||||
p5-JSON-PP>=2.26000:converters/p5-JSON-PP \
|
||||
p5-libwww>=5.835:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= SMS::Send driver for Device::Gsm
|
||||
|
||||
BUILD_DEPENDS= p5-SMS-Send>=0.04:comms/p5-SMS-Send \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0.04:comms/p5-SMS-Send \
|
||||
p5-Device-Gsm>=1.45:comms/p5-Device-Gsm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
||||
COMMENT= SMS::Send driver for www.nexmo.com (Unicode)
|
||||
|
||||
BUILD_DEPENDS= p5-Nexmo-SMS>=0.04:comms/p5-Nexmo-SMS \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Nexmo-SMS>=0.04:comms/p5-Nexmo-SMS \
|
||||
p5-SMS-Send>=0:comms/p5-SMS-Send
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
||||
COMMENT= SMS::Send driver for http://hiair.hinet.net/
|
||||
|
||||
BUILD_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
|
||||
p5-Crypt-SSLeay>=0.51:security/p5-Crypt-SSLeay \
|
||||
p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= SMS::Send driver for www.ShareSMS.com
|
||||
|
||||
BUILD_DEPENDS= p5-SMS-Send>=0.03:comms/p5-SMS-Send \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0.03:comms/p5-SMS-Send \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-libwww>=2:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Driver-based API for sending SMS messages
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \
|
||||
p5-Params-Util>=1.00:devel/p5-Params-Util
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= API for hierarchical tag/value structures
|
||||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Perl module to read TNEF files
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \
|
||||
p5-MIME-Tools>=4.109:mail/p5-MIME-Tools
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Compatibility interfaces for Encode.pm on Perl < 5.7.1
|
||||
|
||||
BUILD_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,8 +13,8 @@ COMMENT= Use Cpanel::JSON::XS with a fallback to JSON::PP
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Cpanel-JSON-XS>=2.3310:converters/p5-Cpanel-JSON-XS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Cpanel-JSON-XS>=2.3310:converters/p5-Cpanel-JSON-XS
|
||||
TEST_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \
|
||||
p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module
|
||||
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= JSON serialising/deserialising, done correctly and fast
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \
|
||||
p5-common-sense>0:devel/p5-common-sense
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -15,7 +15,8 @@ LICENSE= PD CC0-1.0
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-JSON-XS>=0:converters/p5-JSON-XS \
|
||||
p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
@@ -26,7 +27,6 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML \
|
||||
p5-XML-LibXSLT>=1.58:textproc/p5-XML-LibXSLT \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-UDCode>=0:devel/p5-UDCode
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -13,9 +13,9 @@ COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
|
||||
p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-LongString>=0:devel/p5-Test-LongString \
|
||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Mapping table between 8-bit chars and Unicode
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Unicode-String>=2:converters/p5-Unicode-String
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Unicode-String>=2:converters/p5-Unicode-String
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl class that implements conversion between arbitrary charsets
|
||||
|
||||
BUILD_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode \
|
||||
p5-Unicode-Map>=0:converters/p5-Unicode-Map \
|
||||
p5-Unicode-Map8>=0:converters/p5-Unicode-Map8 \
|
||||
p5-Unicode-String>=0:converters/p5-Unicode-String
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Preparation of Internationalized Strings (RFC 3454)
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Unicode-Normalize>=1:textproc/p5-Unicode-Normalize
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Unicode-Normalize>=1:textproc/p5-Unicode-Normalize
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
|
||||
p5-Test-Pod>=1:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Binarization of XML file
|
||||
LICENSE= ART20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM \
|
||||
p5-I18N-Charset>=0:misc/p5-I18N-Charset
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= dos2unix perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,11 +14,11 @@ COMMENT= Low-level perlish interface for working with Amazon SimpleDB service
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
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-URI>=0: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
|
||||
|
||||
@@ -14,9 +14,9 @@ COMMENT= Truly asynchronous Berkeley DB access
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-AnyEvent>=3.81:devel/p5-AnyEvent \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AnyEvent>=3.81:devel/p5-AnyEvent \
|
||||
p5-BDB>=1.5:databases/p5-BDB
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= AnyEvent::Redis - Non-blocking Redis client
|
||||
|
||||
BUILD_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
p5-AnyEvent>=0:devel/p5-AnyEvent
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple \
|
||||
p5-Test-TCP>=1.03:devel/p5-Test-TCP \
|
||||
redis>=0:databases/redis
|
||||
|
||||
@@ -18,7 +18,8 @@ TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
|
||||
p5-Test-Dir>=0:misc/p5-Test-Dir \
|
||||
p5-Test-File-Contents>=0:devel/p5-Test-File-Contents \
|
||||
p5-Test-MockModule>=0:devel/p5-Test-MockModule
|
||||
BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \
|
||||
p5-Config-GitLike>=1.11:devel/p5-Config-GitLike \
|
||||
p5-DBI>=0:databases/p5-DBI \
|
||||
p5-DateTime>=0:devel/p5-DateTime \
|
||||
@@ -47,7 +48,6 @@ BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \
|
||||
p5-URI-db>=0.15:net/p5-URI-db \
|
||||
p5-namespace-autoclean>=0.16:devel/p5-namespace-autoclean
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gettext perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Asynchronous Berkeley DB access
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-common-sense>=0:devel/p5-common-sense
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense
|
||||
|
||||
PORTSCOUT= skipv:1.801
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@ COMMENT= Asynchronous PostgreSQL replication system
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.51:databases/p5-DBI \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBI>=1.51:databases/p5-DBI \
|
||||
p5-DBD-Pg>=2.0:databases/p5-DBD-Pg \
|
||||
p5-Encode-Locale>=0:converters/p5-Encode-Locale \
|
||||
p5-boolean>=0:devel/p5-boolean \
|
||||
p5-DBIx-Safe>=1.2.4:databases/p5-DBIx-Safe
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generate massive sorted CDB files simply
|
||||
|
||||
BUILD_DEPENDS= cdbmake:databases/cdb \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= cdbmake:databases/cdb \
|
||||
p5-CDB_File>=0:databases/p5-CDB_File
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Object caching wrapper around BerkeleyDB
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -14,8 +14,8 @@ COMMENT= Provide API for managing cached information
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Cache-Memcached>=0:databases/p5-Cache-Memcached
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Cache-Memcached>=0:databases/p5-Cache-Memcached
|
||||
TEST_DEPENDS= memcached:databases/memcached
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= dliakh@ukr.net
|
||||
COMMENT= Cache::Memcached compatible interface to libmemcached
|
||||
|
||||
BUILD_DEPENDS= p5-Memcached-libmemcached>=0.42.01:databases/p5-Memcached-libmemcached \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Memcached-libmemcached>=0.42.01:databases/p5-Memcached-libmemcached \
|
||||
p5-Task-Weaken>=0:devel/p5-Task-Weaken
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Produce HTML form elements for database columns
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-HTML-Tree>=0:www/p5-HTML-Tree \
|
||||
p5-Class-DBI-Plugin-Type>=0:databases/p5-Class-DBI-Plugin-Type
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generates Class::DBI subclasses dynamically
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-Class-DBI-BaseDSN>=0:databases/p5-Class-DBI-BaseDSN
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= DDL for Class-DBI
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
|
||||
USES= perl5
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Defer inflating of columns until they are used
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Lazy>=0:devel/p5-Data-Lazy \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Data-Lazy>=0:devel/p5-Data-Lazy \
|
||||
p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easier relationship specification in CDBI::L
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI-Loader>=0:databases/p5-Class-DBI-Loader \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI-Loader>=0:databases/p5-Class-DBI-Loader \
|
||||
p5-Lingua-EN-Inflect-Number>=0:textproc/p5-Lingua-EN-Inflect-Number
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extensions to Class::DBI for Oracle
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extensions to Class::DBI for PostgreSQL
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-DBD-Pg>=0:databases/p5-DBD-Pg
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
@@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Get COUNT(*) results with abstract SQL
|
||||
|
||||
BUILD_DEPENDS= p5-Class-DBI-Plugin>=0.02:databases/p5-Class-DBI-Plugin \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI-Plugin>=0.02:databases/p5-Class-DBI-Plugin \
|
||||
p5-Class-DBI>=0.95:databases/p5-Class-DBI \
|
||||
p5-SQL-Abstract>=1.50:databases/p5-SQL-Abstract
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user