mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight
This commit is contained in:
parent
bd0d393e80
commit
f6d56007b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474242
429 changed files with 461 additions and 467 deletions
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Present a DAAP share as a VFS
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
||||
p5-Filesys-Virtual>=0:devel/p5-Filesys-Virtual \
|
||||
p5-Filesys-Virtual-Plain>=0:devel/p5-Filesys-Virtual-Plain \
|
||||
p5-Net-DAAP-Client>=0:audio/p5-Net-DAAP-Client
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Client for Apple iTunes DAAP service
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Digest-MD5-M4p>=0:security/p5-Digest-MD5-M4p \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-Net-DAAP-DMAP>=0:audio/p5-Net-DAAP-DMAP
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Simple timing of stages of your code
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Test-LongString>=0:devel/p5-Test-LongString
|
||||
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-LongString>=0:devel/p5-Test-LongString
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -12,11 +12,11 @@ COMMENT= X11 interactive printed circuit board layout system
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= libgd.so:graphics/gd \
|
||||
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
|
||||
RUN_DEPENDS= m4>=1.4.11:devel/m4 \
|
||||
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
CONFLICTS= gts-[0-9]*
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generate meaningless Chinese text that creates the illusion of the document
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-common-sense>=2.02:devel/p5-common-sense
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -15,8 +15,8 @@ COMMENT= SCIM IMEngine module for fcitx
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= scim:textproc/scim
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= tar:bzip2 gmake libtool:keepla pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= SMS::Send driver for sms.pchome.com.tw
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
p5-Text-Iconv>=0:converters/p5-Text-Iconv \
|
||||
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
|
||||
p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= SMS::Send driver for http://www.qma.com/
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \
|
||||
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
||||
COMMENT= SMS::Send driver for Socket2Air
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
p5-Switch>=0:lang/p5-Switch \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
||||
COMMENT= SMS::Send driver for SNS service of CHT
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0:comms/p5-SMS-Send \
|
||||
p5-Switch>=0:lang/p5-Switch \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
|
||||
p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= SMS::Send driver for www.emome.net
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SMS-Send>=0.03:comms/p5-SMS-Send \
|
||||
p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \
|
||||
p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize \
|
||||
p5-Text-Iconv>=:converters/p5-Text-Iconv
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
|
||||
p5-Convert-ASN1>=0.10:converters/p5-Convert-ASN1 \
|
||||
p5-Crypt-DES_EDE3>=0:security/p5-Crypt-DES_EDE3
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -10,12 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to serialize, deserialize AMF data
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DateTime>0:devel/p5-DateTime \
|
||||
p5-Any-Moose>0:devel/p5-Any-Moose \
|
||||
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \
|
||||
p5-XML-LibXML>0:textproc/p5-XML-LibXML
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -12,9 +12,9 @@ COMMENT= Encode plugin for Punycode
|
|||
|
||||
LICENSE= GPLv1
|
||||
|
||||
RUN_DEPENDS= p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS= p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Support versions 1 and 2 of JSON::XS
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMESUFFIX= 1
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-JSON-2.*
|
||||
USES= perl5
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= citric@cubicone.tmetic.com
|
||||
COMMENT= Perl version of Python's URL-safe base64 codec
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Normalization of domain names (Nameprep, RFC 3491)
|
||||
|
||||
RUN_DEPENDS= p5-Unicode-Stringprep>=0:converters/p5-Unicode-Stringprep
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS= p5-Unicode-Stringprep>=0:converters/p5-Unicode-Stringprep
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Abstract Class::DBI SQL with SQL::Abstract
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-SQL-Abstract>=0:databases/p5-SQL-Abstract \
|
||||
p5-SQL-Abstract-Limit>=0:databases/p5-SQL-Abstract-Limit
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= DSN sensitive base class
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Execute Class::DBI SQL from DATA sections
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Test-Simple>=0:devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0:devel/p5-Test-Simple
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Update Class::DBI data using CGI::Untaint
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-CGI-Untaint>=0:www/p5-CGI-Untaint
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Dynamic definition of Class::DBI sub classes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0.89:databases/p5-Class-DBI \
|
||||
p5-DBI>=1.3:databases/p5-DBI \
|
||||
p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Pager utility for Class::DBI
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \
|
||||
p5-Data-Page>=0:databases/p5-Data-Page \
|
||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Class::DBI Swiss Army Knife (SAK)
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-mixin>=0:devel/p5-mixin
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-Class-DBI-AbstractSearch>=0:databases/p5-Class-DBI-AbstractSearch \
|
||||
|
|
|
@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extension to Class::DBI for sqlite
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Ima-DBI>=0:databases/p5-Ima-DBI \
|
||||
p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-SQL-Statement>=0:databases/p5-SQL-Statement \
|
||||
p5-Clone>=0:devel/p5-Clone
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extension to Class::DBI for sqlite
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
||||
p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer \
|
||||
p5-NEXT>=0:devel/p5-NEXT
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Inflate HASH Object from Values in Database
|
||||
|
||||
RUN_DEPENDS= p5-Devel-Messenger>=0:devel/p5-Devel-Messenger
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-Test-Debugger>=0:devel/p5-Test-Debugger
|
||||
RUN_DEPENDS= p5-Devel-Messenger>=0:devel/p5-Devel-Messenger
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= PostgreSQL emulation mode for SQLite
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBD-SQLite>=1.0:databases/p5-DBD-SQLite \
|
||||
p5-Text-Iconv>=1.0:converters/p5-Text-Iconv \
|
||||
p5-DBI>=1.30:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Interactive command shell for the DBI
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
|
||||
p5-Text-Reform>=0:textproc/p5-Text-Reform \
|
||||
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
|
||||
p5-IO-Tee>=0:devel/p5-IO-Tee
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= lib/DBI/Shell/SQLMinus.pm
|
||||
|
|
|
@ -12,6 +12,7 @@ COMMENT= Perl extension for extensible DBIx::Class deployment
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Carp-Clan>0:devel/p5-Carp-Clan \
|
||||
p5-Context-Preserve>0:devel/p5-Context-Preserve \
|
||||
|
@ -26,7 +27,6 @@ RUN_DEPENDS= \
|
|||
p5-Text-Brew>=0.02:textproc/p5-Text-Brew \
|
||||
p5-Try-Tiny>0:lang/p5-Try-Tiny \
|
||||
p5-namespace-autoclean>0:devel/p5-namespace-autoclean
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Automatic digest columns
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.06002:databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild extract
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= vovkasm@gmail.com
|
||||
COMMENT= Use dynamic subclassing with DBIx::Class
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Perl extension to use fixtures with DBIx::Class
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Grouped>=0.1001:devel/p5-Class-Accessor-Grouped \
|
||||
p5-Config-Any>=0.23:devel/p5-Config-Any \
|
||||
|
@ -29,7 +30,6 @@ RUN_DEPENDS= \
|
|||
p5-IO-All>=0.85:devel/p5-IO-All \
|
||||
p5-YAML-Syck>=1.27:textproc/p5-YAML-Syck \
|
||||
p5-Path-Class>=0.32:devel/p5-Path-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \
|
||||
p5-DBIx-Class-InflateColumn-FS>=0.01007:databases/p5-DBIx-Class-InflateColumn-FS \
|
||||
|
|
|
@ -14,9 +14,9 @@ COMMENT= Store virtual columns inside another column
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \
|
||||
p5-JSON-XS>=0:converters/p5-JSON-XS
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
|
|
@ -10,12 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= fw@moov.de
|
||||
COMMENT= Inflate/deflate columns to Authen::Passphrase instances
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:databases/p5-DBIx-Class \
|
||||
p5-Authen-Passphrase>=0:security/p5-Authen-Passphrase
|
||||
BUILD_DEPENDS:= p5-DBIx-Class-DynamicDefault>=0.03:databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:databases/p5-DBIx-Class \
|
||||
p5-Authen-Passphrase>=0:security/p5-Authen-Passphrase
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -10,11 +10,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to {in,de}flate columns to Path::Class::File objects
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-Class>=0.08:databases/p5-DBIx-Class \
|
||||
p5-DBIx-Class-UUIDColumns>=0.02005:databases/p5-DBIx-Class-UUIDColumns \
|
||||
p5-Path-Class>0:devel/p5-Path-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= fw@moov.de
|
||||
COMMENT= Automatically hash password/passphrase columns
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= DBIx::Class extension to handle date and time based fields
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:databases/p5-DBIx-Class \
|
||||
p5-DateTime>=0.55:devel/p5-DateTime \
|
||||
p5-Time-Warp>=0:devel/p5-Time-Warp \
|
||||
p5-DateTime-Format-MySQL>=0:devel/p5-DateTime-Format-MySQL \
|
||||
p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to manage trees of data using the nested set model
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-Class>=0.08:databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to manipulate and analyze tree structured data
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= CRUD methods for DBIx::Class
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \
|
||||
p5-HTML-Tree>=0:www/p5-HTML-Tree \
|
||||
p5-Data-FormValidator>=0:textproc/p5-Data-FormValidator
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -9,8 +9,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for fast, safe DBI connection management
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBI>=1.605:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -14,8 +14,8 @@ COMMENT= Add contextual fetches to DBI
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -10,6 +10,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to resolve DB connection with many database servers
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor>0:devel/p5-Class-Accessor \
|
||||
p5-Config-Any>0:devel/p5-Config-Any \
|
||||
|
@ -19,7 +20,6 @@ RUN_DEPENDS= \
|
|||
p5-Try-Tiny>0:lang/p5-Try-Tiny \
|
||||
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \
|
||||
p5-YAML>0:textproc/p5-YAML
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
|
||||
p5-Sub-Uplevel>=0:devel/p5-Sub-Uplevel
|
||||
|
|
|
@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to get information from $dbh
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
|
||||
p5-DBI>0:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
|
||||
p5-Test-Requires>0:devel/p5-Test-Requires \
|
||||
|
|
|
@ -12,10 +12,10 @@ COMMENT= Perl extension for logging queries for DBI
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-Text-ASCIITable>0:textproc/p5-Text-ASCIITable
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
|
||||
p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers \
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Perl extension to inflate/deflate DateTime for DBIx::Skinny
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
|
||||
p5-DBIx-Skinny>=0.05:databases/p5-DBIx-Skinny \
|
||||
|
@ -20,7 +21,6 @@ RUN_DEPENDS= \
|
|||
p5-DateTime-Format-MySQL>0:devel/p5-DateTime-Format-MySQL \
|
||||
p5-DateTime-Format-Strptime>0:devel/p5-DateTime-Format-Strptime \
|
||||
p5-DateTime-TimeZone>0:devel/p5-DateTime-TimeZone
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-DBD-Mock>=0:databases/p5-DBD-Mock
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of DBIx::DBHResolver mixin for DBIx::Skinny
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-DBHResolver>0:databases/p5-DBIx-DBHResolver \
|
||||
p5-DBIx-Skinny>0:databases/p5-DBIx-Skinny
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -10,11 +10,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of resultset pager for DBIx::Skinny
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-Skinny>=0.0729:databases/p5-DBIx-Skinny \
|
||||
p5-Data-Page>0:databases/p5-Data-Page \
|
||||
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires \
|
||||
p5-Test-UseAllModules>=0:devel/p5-Test-UseAllModules \
|
||||
p5-Test-Deep>0:devel/p5-Test-Deep \
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to load schema for DBIx::Skinny
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBIx-Skinny>=0.0733:databases/p5-DBIx-Skinny
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable
|
||||
|
|
|
@ -11,6 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for simple DBI wrapper/ORMapper
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \
|
||||
|
@ -18,7 +19,6 @@ RUN_DEPENDS= \
|
|||
p5-Try-Tiny>0:lang/p5-Try-Tiny \
|
||||
p5-DBIx-TransactionManager>=1.07:databases/p5-DBIx-TransactionManager \
|
||||
p5-Class-Load>0:devel/p5-Class-Load
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -14,10 +14,10 @@ COMMENT= Perl extension for database transaction handling
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-Try-Tiny>0:lang/p5-Try-Tiny
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extensible database with SQL and DBI
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= lib/Genezzo/*.pl
|
||||
|
|
|
@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Web UI Rendering for Rose::DB::Object
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Rose-DBx-Object-MoreHelpers>=0:databases/p5-Rose-DBx-Object-MoreHelpers \
|
||||
p5-CGI-FormBuilder>=3.05:www/p5-CGI-FormBuilder \
|
||||
p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive \
|
||||
p5-Lingua-EN-Inflect>0:textproc/p5-Lingua-EN-Inflect \
|
||||
p5-Template-Toolkit>0:www/p5-Template-Toolkit
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= SQL Portability layer for LIMIT emulation
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-SQL-Abstract>=1.24:databases/p5-SQL-Abstract \
|
||||
p5-DBI>=0:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||
|
||||
|
|
|
@ -10,10 +10,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to add bulk insert for SQL::Abstract
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-SQL-Abstract>=1.6:databases/p5-SQL-Abstract \
|
||||
p5-Sub-Exporter>0:devel/p5-Sub-Exporter
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -13,10 +13,10 @@ COMMENT= Perl extension for yet another SQL builder
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \
|
||||
p5-DBI>0:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.96:devel/p5-Test-Simple \
|
||||
p5-Test-Requires>=0:devel/p5-Test-Requires \
|
||||
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Perl extension for simple DBI wrapper/ORMapper
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \
|
||||
p5-Class-Load>=0.06:devel/p5-Class-Load \
|
||||
|
@ -22,7 +23,6 @@ RUN_DEPENDS= \
|
|||
p5-Data-Page>0:databases/p5-Data-Page \
|
||||
p5-Data-Page-NoTotalEntries>=0.02:devel/p5-Data-Page-NoTotalEntries \
|
||||
p5-SQL-Maker>=0.14:databases/p5-SQL-Maker
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \
|
||||
p5-Test-Mock-Guard>=0.10:devel/p5-Test-Mock-Guard \
|
||||
|
|
|
@ -13,13 +13,13 @@ COMMENT= Perl extension to load fixture data into database
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-SQL-Abstract>0:databases/p5-SQL-Abstract \
|
||||
p5-SQL-Abstract-Plugin-InsertMulti>0:databases/p5-SQL-Abstract-Plugin-InsertMulti \
|
||||
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \
|
||||
p5-YAML-Syck>0:textproc/p5-YAML-Syck
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-Sub-Uplevel>=0:devel/p5-Sub-Uplevel
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for mysqld test runner
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
|
||||
p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive \
|
||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
||||
p5-Test-SharedFork>=0.06:devel/p5-Test-SharedFork
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,11 +13,11 @@ COMMENT= Perl extension of postgresql runner for tests
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-DBD-Pg>0:databases/p5-DBD-Pg
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-SharedFork>=0.06:devel/p5-Test-SharedFork
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module implementing Tie hash to a DBI handle
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -10,11 +10,11 @@ MASTER_SITE_SUBDIR= CPAN:BRADFITZ
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl script to upload one or more files to CPAN, using PAUSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-AppConfig-Std>=1.05:devel/p5-AppConfig-Std \
|
||||
p5-libwww>0:www/p5-libwww \
|
||||
p5-Term-ReadKey>0:devel/p5-Term-ReadKey
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,10 +11,10 @@ MASTER_SITE_SUBDIR= CPAN:NEILB/scripts
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Script for uploading distributions to CPAN
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AppConfig-Std>=1.05:devel/p5-AppConfig-Std \
|
||||
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -12,6 +12,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl extension for logic programming
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-aliased>=0.11:devel/p5-aliased \
|
||||
p5-Clone>=0.15:devel/p5-Clone \
|
||||
p5-Exporter-Tidy>=0.06:devel/p5-Exporter-Tidy \
|
||||
|
@ -19,7 +20,6 @@ RUN_DEPENDS= p5-aliased>=0.11:devel/p5-aliased \
|
|||
p5-Regexp-Common>=2.119:textproc/p5-Regexp-Common \
|
||||
p5-Text-Quote>=0.03:textproc/p5-Text-Quote \
|
||||
p5-Term-ReadKey>=2.21:devel/p5-Term-ReadKey
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= imp@FreeBSD.org
|
||||
COMMENT= Unblessing perl objects
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Test-Exception>=0.29:devel/p5-Test-Exception
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Abstract implementation of the cron(8) scheduling algorithm
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS:= p5-Time-timegm>=0:devel/p5-Time-timegm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Time-timegm>=0:devel/p5-Time-timegm
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Three-way merge and diff
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=1.15:devel/p5-Algorithm-Diff
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= GPLv1 ART10
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-Text-Patch>=1.4:textproc/p5-Text-Patch
|
||||
RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \
|
||||
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Perl extension for AnyEvent compat to monitor file/dir changes
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Moo>=1.003001:devel/p5-Moo \
|
||||
p5-MooX-late>=0.014:devel/p5-MooX-late \
|
||||
|
@ -22,7 +23,6 @@ RUN_DEPENDS= \
|
|||
p5-Try-Tiny>=0.18:lang/p5-Try-Tiny \
|
||||
p5-namespace-autoclean>=0.24:devel/p5-namespace-autoclean \
|
||||
p5-IO-KQueue>=0.34:devel/p5-IO-KQueue
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Non-blocking Graphite client
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AnyEvent>=4.15:devel/p5-AnyEvent \
|
||||
p5-AnyEvent-SNMP>=1.0:net-mgmt/p5-AnyEvent-SNMP
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= culot@FreeBSD.org
|
||||
COMMENT= Run a process or coderef asynchronously
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AnyEvent>=4.15:devel/p5-AnyEvent
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,13 +13,13 @@ COMMENT= Client/server-based asynchronous worker pool
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
|
||||
p5-Callback-Frame>=0:devel/p5-Callback-Frame \
|
||||
p5-Guard>=0:devel/p5-Guard \
|
||||
p5-JSON-XS>=0:converters/p5-JSON-XS \
|
||||
p5-Log-Defer>=0.300:devel/p5-Log-Defer \
|
||||
p5-common-sense>=0:devel/p5-common-sense
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easy application-level caching
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Accessor-Chained>=0:devel/p5-Class-Accessor-Chained \
|
||||
p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
|
||||
p5-File-HomeDir>=0:devel/p5-File-HomeDir \
|
||||
p5-Path-Class>=0:devel/p5-Path-Class \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Make it easy to run code against a local-lib
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS:= p5-local-lib>=2.000004:devel/p5-local-lib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-local-lib>=2.000004:devel/p5-local-lib
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Subclass of AppConfig that provides standard options
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-AppConfig>=1.52:devel/p5-AppConfig
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -12,9 +12,9 @@ COMMENT= Perl extension to expose PL_compiling to perl
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Sub-Exporter>0:devel/p5-Sub-Exporter
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extension to B::Deparse for use in de-obfuscating source code
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-B-Keywords>=0:devel/p5-B-Keywords
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-0.58
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for unified cache interface
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Carp-Assert>=0.20:devel/p5-Carp-Assert \
|
||||
p5-Data-UUID>0:devel/p5-Data-UUID \
|
||||
|
|
|
@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= CPAN::Mini - create a minimal mirror of CPAN
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-File-HomeDir>=0.57:devel/p5-File-HomeDir \
|
||||
p5-libwww>=5:www/p5-libwww \
|
||||
p5-URI>=1:net/p5-URI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.96:devel/p5-Test-Simple
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -14,6 +14,7 @@ COMMENT= Yet Another CPAN Smoke Tester
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
|
||||
p5-File-HomeDir>=0.06:devel/p5-File-HomeDir \
|
||||
p5-Regexp-Assemble>=0.06:devel/p5-Regexp-Assemble \
|
||||
|
@ -21,7 +22,6 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \
|
|||
p5-Test-Reporter>=1.25:devel/p5-Test-Reporter \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Preserve error handlers and "local" variables across callbacks
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Guard>=0:devel/p5-Guard
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
|
|
@ -13,8 +13,8 @@ COMMENT= Make NEXT suck less
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MRO-Compat>=0:devel/p5-MRO-Compat
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0.27:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to provide Moose-like method modifiers
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Util>=0.55:devel/p5-Data-Util
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Sub-Uplevel>=0.18:devel/p5-Sub-Uplevel
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to read/write MySQL-style configuration files
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Config-INI>0:devel/p5-Config-INI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Facility for creating read-only scalars, arrays, and hashes
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
||||
p5-Sub-Exporter-Progressive>=0.001007:devel/p5-Sub-Exporter-Progressive
|
||||
TEST_DEPENDS= p5-Test-Exception>=0.29:devel/p5-Test-Exception
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Dump arbitrary data structures as XML
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Array-RefElem>=0.01:misc/p5-Array-RefElem \
|
||||
p5-XML-Parser>=2:textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,11 +13,11 @@ COMMENT= Perl extension for alternate data localization API
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Moo>=1.000008:devel/p5-Moo \
|
||||
p5-MooX-Types-MooseLike>0:devel/p5-MooX-Types-MooseLike \
|
||||
p5-Log-Minimal>=0.14:devel/p5-Log-Minimal
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -10,12 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for model interface which had more data sources unified
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Trigger>0:devel/p5-Class-Trigger \
|
||||
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
|
||||
p5-DBI>0:databases/p5-DBI \
|
||||
p5-Params-Validate>0:devel/p5-Params-Validate
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class \
|
||||
p5-Sub-Uplevel>0:devel/p5-Sub-Uplevel \
|
||||
p5-MRO-Compat>=0:devel/p5-MRO-Compat \
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for paging results without total entries
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.96:devel/p5-Test-Simple
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -15,10 +15,10 @@ COMMENT= Perl extension to simplify page number lists
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Page>=2:databases/p5-Data-Page \
|
||||
p5-Class-Accessor>0:devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to parse lisp S-expressions into perl data structures
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor>0:devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -14,8 +14,8 @@ COMMENT= Structured Tags datastructures
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -13,10 +13,10 @@ COMMENT= Perl extension for utilities for data and data types
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-MRO-Compat>=0.09:devel/p5-MRO-Compat \
|
||||
p5-Hash-Util-FieldHash-Compat>0:devel/p5-Hash-Util-FieldHash-Compat
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-Scope-Guard>=0.20:devel/p5-Scope-Guard
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to encode/decode values in a structure
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Data-Visitor>=0.18:devel/p5-Data-Visitor
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -15,9 +15,9 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
||||
p5-Params-Validate>=0:devel/p5-Params-Validate
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
|
|
|
@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl DateTime extension to work with namedays from various countries
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
||||
p5-DateTime-Set>=0:devel/p5-DateTime-Set \
|
||||
p5-DateTime-Calendar-Christian>=0:devel/p5-DateTime-Calendar-Christian \
|
||||
p5-Params-Validate>=0:devel/p5-Params-Validate
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Return zodiac for a given date
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
||||
p5-DateTime-Astro>=0:devel/p5-DateTime-Astro
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue