aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DB-Object/Makefile
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
* 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-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.814Sunpoet Po-Chuan Hsieh2015-03-181-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=381563
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* - Update to 0.810Sunpoet Po-Chuan Hsieh2014-01-201-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=340428
* - Update to 0.809Sunpoet Po-Chuan Hsieh2013-12-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=335641
* - Update to 0.808Sunpoet Po-Chuan Hsieh2013-11-041-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=332745
* Support STAGEDIR.Vanilla I. Shu2013-11-031-70/+0
| | | | 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
* Update to 0.807(0).Anton Berezin2013-08-291-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=325578
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.806(0).Anton Berezin2013-06-101-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=320456
* - Update to 0.805Sunpoet Po-Chuan Hsieh2013-03-111-1/+1
| | | | | | | | | - Reformat pkg-descr Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=313893
* - Update to 0.804Sunpoet Po-Chuan Hsieh2013-02-021-74/+70
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=311411
* - Update to 0.799Sunpoet Po-Chuan Hsieh2012-08-211-2/+4
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=302874
* - Update to 0.798Sunpoet Po-Chuan Hsieh2012-04-051-1/+3
| | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Feature safe: yes Notes: svn path=/head/; revision=294245
* - Update to 0.797Sunpoet Po-Chuan Hsieh2011-11-221-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Feature safe: yes Notes: svn path=/head/; revision=286228
* - Update to 0.796Sunpoet Po-Chuan Hsieh2011-10-191-3/+1
| | | | | | | | | - Remove unnecessary inclusion of bsd.port.options.mk Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=283908
* - Update to 0.795Sunpoet Po-Chuan Hsieh2011-10-051-9/+12
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=282979
* - Remove OPTIONS: devel/p5-Scalar-Util-Clone has expired due to ↵Sunpoet Po-Chuan Hsieh2011-10-051-6/+0
| | | | | | | | | disappearance from CPAN - Do not bump PORTREVISION as this option is off by default Notes: svn path=/head/; revision=282965
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* Update to 0.793Mathieu Arnold2010-12-241-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes Notes: svn path=/head/; revision=266842
* - Update to 0.792Wen Heping2010-12-211-1/+2
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JSIRACUSA/Rose-DB-Object-0.792/Changes Notes: svn path=/head/; revision=266696
* 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
* - Update to 0.786Wen Heping2010-01-301-1/+1
| | | | | | | | | PR: ports/143245 Submitted by: Wen Heping <myself> Approved by: maintainer Notes: svn path=/head/; revision=248821
* - Update to 0.7830Wen Heping2009-09-231-1/+1
| | | | | | | | | | PR: ports/139031 Submitted by: hideo@lastamericanempire.com(maintainer) Approved by: miwi(mentor), jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=241961
* - Update to 0.7820Martin Wilke2009-07-141-2/+2
| | | | | | | | PR: 136641 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=237810
* - Update to 0.781Wesley Shields2009-04-301-1/+1
| | | | | | | | PR: ports/134068 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=233018
* - Update to 0.780Martin Wilke2009-03-111-1/+1
| | | | | | | | PR: 132387 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=229885
* - Update to 0.779Philippe Audeoud2009-03-061-1/+1
| | | | | | | | PR: ports/132164 Submitted by: hideo <hideo at lastamericanempire.com> Notes: svn path=/head/; revision=229557
* - Update to 0.778Martin Wilke2009-02-091-1/+1
| | | | | | | | PR: 131502 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=227885
* - Update to 0.777Martin Wilke2008-12-141-1/+1
| | | | | | | | PR: 129611 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=224228
* - Update 0.776Philippe Audeoud2008-12-111-3/+3
| | | | | | | | PR: ports/129548 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> Notes: svn path=/head/; revision=224108
* - Update to 0.775Philippe Audeoud2008-11-031-1/+1
| | | | | | | | PR: ports/128555 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> (maintainer) Notes: svn path=/head/; revision=222356
* - Update to 0.774Rong-En Fan2008-10-291-1/+1
| | | | | | | | PR: ports/128393 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=222187
* - Update to 0.7730Martin Wilke2008-10-051-1/+1
| | | | | | | | PR: 127816 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=221251
* - Update to 0.7722Martin Wilke2008-09-301-1/+1
| | | | | | | | PR: 127749 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=221044
* - UUpdate to 0.772Martin Wilke2008-09-291-1/+1
| | | | | | | | PR: 127685 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=220962
* - Update to 0.771Martin Wilke2008-09-241-3/+3
| | | | | | | | PR: 127383 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=220628
* - Update to 0.770Martin Wilke2008-05-311-2/+2
| | | | | | | | PR: 124149 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=214027
* - Update to 0.7690Cheng-Lung Sung2008-04-121-2/+2
| | | | | | | | PR: ports/122662 Submitted by: maintainer Notes: svn path=/head/; revision=211109
* - Update to 0.768Martin Wilke2008-03-061-3/+4
| | | | | | | | PR: 121265 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=208515
* - Update to 0.7665Martin Wilke2008-02-251-1/+1
| | | | | | | | PR: 120832 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=207855
* - Update to 0.7664Martin Wilke2008-02-101-3/+3
| | | | | | | | PR: 120408 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=206992
* - Update to 0.7663Martin Wilke2008-02-051-1/+1
| | | | | | | | PR: 120219 Submitted by: hideo (maintainer) Notes: svn path=/head/; revision=206764
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+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
* i- Update to 0.765Rong-En Fan2007-07-271-1/+1
| | | | | | | | PR: ports/114935 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=196397
* - Update to 0.764Martin Wilke2007-05-271-2/+4
| | | | | | | | PR: 112444 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=192012