aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Dancer2-Plugin-Database
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Update to 2.17Wen Heping2016-09-042-4/+5
| | | | | | | | | | Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer2-Plugin-Database-2.17/Changes PR: 211830 Submitted by: hvo.pm@xs4all.nl Notes: svn path=/head/; revision=421329
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.16Wen Heping2016-03-312-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/AMBS/Dancer2-Plugin-Database-2.16/Changes Notes: svn path=/head/; revision=412207
* Update to 2.15.Adam Weinberger2016-01-292-7/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Database Notes: svn path=/head/; revision=407437
* - Update to 2.14Sunpoet Po-Chuan Hsieh2016-01-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Notes: svn path=/head/; revision=406910
* - Update to 2.13Sunpoet Po-Chuan Hsieh2015-09-032-7/+9
| | | | | | | | | | | - Fix *_DEPENDS - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Notes: svn path=/head/; revision=395979
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-1/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* databases/p5-Dancer2-Plugin-Database: fix pkg-descrKurt Jaeger2014-11-201-4/+5
| | | | | | | PR: 194960 Notes: svn path=/head/; revision=372960
* New port: databases/p5-Dancer2-Plugin-DatabaseKurt Jaeger2014-11-204-0/+42
Dancer2::Plugin::Database provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application. Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's DBI::db connection handle object, so it does everything you'd expect to do with DBI, but also adds a few convenience methods. See the documentation for Dancer2::Plugin::Database::Handle for full details of those. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/ PR: 194960 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Notes: svn path=/head/; revision=372958