aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-EasyDBI
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add TEST_DEPENDSSunpoet Po-Chuan Hsieh2015-02-182-2/+3
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=379273
* Update to 1.28. Dependencies have changed for this update.Adam Weinberger2015-02-142-9/+8
| | | | | | | Changes: https://metacpan.org/changes/distribution/POE-Component-EasyDBI Notes: svn path=/head/; revision=379015
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 1.24Sunpoet Po-Chuan Hsieh2014-02-163-8/+10
| | | | | | | | | | - Add LICENSE - Use CPAN as WWW Changes: http://search.cpan.org/dist/POE-Component-EasyDBI/Changes Notes: svn path=/head/; revision=344515
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+4
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-4/+4
| | | | Notes: svn path=/head/; revision=298106
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Reset hideo@lastamericanempire.com due to maintainer-timeouts and noMark Linimon2010-12-021-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=265542
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-2/+1
| | | | | | | | | (part 17). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248784
* - Catch up with Params::Util which now lives under ${PERL_ARCH}Pav Lucistnik2008-11-301-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=223634
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 1.23Martin Wilke2007-10-082-4/+4
| | | | | | | | PR: 116868 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=201109
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.21Rong-En Fan2007-07-162-4/+4
| | | | | | | | PR: ports/114604 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=195728
* - Update to 1.20Rong-En Fan2007-04-182-4/+4
| | | | | | | | PR: ports/111818 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=190292
* - Update to 1.19Martin Wilke2007-04-173-8/+6
| | | | | | | | PR: 111507 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=190217
* - Update to 1.16Rong-En Fan2007-02-252-4/+4
| | | | | | | | PR: ports/109493 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=185852
* Update to 1.15Erwin Lansing2006-06-222-5/+5
| | | | | | | | PR: 99299 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=166030
* Update to 1.14Erwin Lansing2006-06-072-4/+4
| | | | | | | | PR: 98621 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=164755
* Update to 1.13 and require perl from ports.Erwin Lansing2006-05-132-16/+6
| | | | | | | | PR: 97085 Submitted by: hideo <hideo@darwin.lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=162247
* Update to 1.11Erwin Lansing2006-04-262-4/+4
| | | | | | | | PR: 96363 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=160522
* - Update to 1.09Renato Botelho2006-02-102-4/+4
| | | | | | | | PR: ports/93126 Submitted by: maintainer Notes: svn path=/head/; revision=155657
* Update to 1.07.Anton Berezin2006-01-302-4/+4
| | | | | | | | PR: 92543 Submitted by: maintainer Notes: svn path=/head/; revision=154810
* - update to 1.06Yen-Ming Lee2006-01-222-9/+15
| | | | | | | | | | - unbreak it on perl 5.005_03 PR: 92101 Submitted by: maintainer Notes: svn path=/head/; revision=154119
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Update to 1.05Renato Botelho2005-10-312-3/+3
| | | | | | | | PR: ports/88238 Submitted by: maintainer Notes: svn path=/head/; revision=146832
* Update to 1.04Volker Stolz2005-08-312-3/+3
| | | | | | | | PR: ports/85028 Submitted by: maintainer Notes: svn path=/head/; revision=141601
* - Update to 1.00.Florent Thoumie2005-05-312-3/+3
| | | | | | | | PR: ports/81716 Submitted by: maintainer Notes: svn path=/head/; revision=136523
* - Update to 0.13Jean-Yves Lefort2005-05-152-5/+5
| | | | | | | | | | - Move to databases PR: ports/80779 Submitted by: maintainer Notes: svn path=/head/; revision=135271
* - Update devel/p5-POE-Component-EasyDBI from 0.09 to 0.10Yen-Ming Lee2005-04-052-4/+4
| | | | | | | | | | - update maintainer's email PR: 79559 Submitted by: maintainer Notes: svn path=/head/; revision=132564
* Update to 0.09Sergey Skvortsov2005-02-282-3/+3
| | | | | | | | PR: ports/77790 Submitted by: hideo <lin-chi@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=130010
* - Update to 0.08Sergey Matveychuk2004-11-242-3/+3
| | | | | | | | PR: ports/74114 Submitted by: maintainer Notes: svn path=/head/; revision=122329
* Update to 0.07Mathieu Arnold2004-11-193-5/+8
| | | | | | | | PR: 73127 Submitted by: maintainer Notes: svn path=/head/; revision=121957
* Update to 0.03Mathieu Arnold2004-05-102-3/+3
| | | | | | | | PR: 65108 Submitted by: lin-chi@lastamericanempire.com (maintainer) Notes: svn path=/head/; revision=108847
* Add p5-POE-Component-EasyDBI 0.02, pOE Component for simplified DBIMathieu Arnold2004-04-024-0/+55
usage. PR: ports/62182 Submitted by: Zach Thompson <lin-chi@lastamericanempire.com> Notes: svn path=/head/; revision=105962