aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-MooseColumns
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change the way *_DEPENDS are setSunpoet Po-Chuan Hsieh2020-02-223-9/+7
| | | | | | | | | - Add NO_ARCH - Sort PLIST - Update WWW Notes: svn path=/head/; revision=526809
* - reassign maintainership to perl@ (these ports are long time stable)Andrej Zverev2018-05-051-1/+1
| | | | Notes: svn path=/head/; revision=469126
* 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-15/+15
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - point WWW page to meta::cpanAndrej Zverev2015-02-251-1/+1
| | | | Notes: svn path=/head/; revision=379931
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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-10/+0
| | | | Notes: svn path=/head/; revision=371255
* - add stage supportAndrej Zverev2013-12-153-8/+5
| | | | | | | - pet portlint Notes: svn path=/head/; revision=336507
* 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 frameworkAndrej Zverev2013-08-041-6/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324224
* - Correct BUILD_DEPENDS and RUN_DEPENDSSteve Wills2012-01-291-1/+15
| | | | | | | | | | | - Add TEST_DEPENDS to enable testing PR: ports/164340 Submitted by: swills (myself) Approved by: maintainer (blanket) Notes: svn path=/head/; revision=290063
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-3/+3
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Update to 0.22Andrej Zverev2011-06-082-3/+3
| | | | Notes: svn path=/head/; revision=275225
* - Update to 0.20.Andrej Zverev2011-04-252-4/+7
| | | | | | | - Add LICENSE. Notes: svn path=/head/; revision=273160
* Update to 0.18Andrej Zverev2011-03-152-4/+5
| | | | Notes: svn path=/head/; revision=270951
* - Update to 0.16Andrej Zverev2011-01-032-3/+3
| | | | Notes: svn path=/head/; revision=267329
* This module allows you to put the arguments to "add_column" inAndrej Zverev2010-11-214-0/+54
DBIx::Class::ResultSource right into your attribute definitions and will automatically call it when it finds an add_column attribute option. It also replaces the DBIx::Class-generated accessor methods (these are Class::Accessor::Grouped-generated accessor methods under the hood) with the Moose-generated accessor methods so that you can use more of the wonderful powers of Moose (eg. type constraints, triggers, ...). Notes: svn path=/head/; revision=264865