aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.54Sunpoet Po-Chuan Hsieh2018-10-301-1/+2
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=483526
* 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 to 0.53Wen Heping2018-05-231-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=470670
* - Update to 0.51Wen Heping2018-03-311-1/+1
| | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.51/ChangeLog Notes: svn path=/head/; revision=466035
* Fix version requirement of *_DEPENDSSunpoet Po-Chuan Hsieh2018-03-221-2/+2
| | | | Notes: svn path=/head/; revision=465308
* 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 *_DEPENDSSunpoet Po-Chuan Hsieh2016-11-051-1/+1
| | | | Notes: svn path=/head/; revision=425417
* Update to 0.49.Mathieu Arnold2016-06-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417211
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* Update to 0.48.Adam Weinberger2015-02-141-2/+2
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-CSV Notes: svn path=/head/; revision=378984
* - Update to 0.46Wen Heping2014-12-071-5/+4
| | | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS Notes: svn path=/head/; revision=374168
* 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
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - update to 0.43Yen-Ming Lee2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361878
* Support STAGEDIR.Vanilla I. Shu2013-11-031-4/+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.41Philippe Audeoud2013-08-011-2/+3
| | | | | | | | - Convert to new perl5 framework - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog Notes: svn path=/head/; revision=324105
* Update to 0.38.Anton Berezin2013-01-111-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=310228
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - Update to 0.36Wen Heping2012-08-271-1/+1
| | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.36/ChangeLog Notes: svn path=/head/; revision=303212
* - Add LICENSESunpoet Po-Chuan Hsieh2012-06-121-4/+14
| | | | | | | | - Add TEST_DEPENDS - Sort MAN3 and PLIST Notes: svn path=/head/; revision=299140
* - 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
* - Update to 0.35Wen Heping2012-05-251-1/+1
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog Notes: svn path=/head/; revision=297381
* - Update to 0.34Philippe Audeoud2012-05-141-1/+1
| | | | | | | - Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.34/ChangeLog Notes: svn path=/head/; revision=296582
* - 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.33Wen Heping2011-09-081-4/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.33/ChangeLog Notes: svn path=/head/; revision=281437
* - Update DEPENDS and improve MakefileWen Heping2010-09-271-3/+4
| | | | | | | Submitted by: frederic@culot.org (via Email) Notes: svn path=/head/; revision=261922
* - Update to 0.31Wen Heping2010-09-261-1/+1
| | | | Notes: svn path=/head/; revision=261863
* Update to 0.30.Anton Berezin2010-07-091-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=257563
* - update to 0.29Yen-Ming Lee2010-06-021-4/+4
| | | | Notes: svn path=/head/; revision=255587
* Update to 0.28.Anton Berezin2010-03-161-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=251134
* Update to 0.27.Anton Berezin2010-02-171-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=250008
* - Update to 0.26Lars Balker Rasmussen2009-11-281-5/+5
| | | | | | | | | | | - Tweak BUILD_DEPENDS to include minimum-required version of requisite ports - Flesh out pkg-descr PR: 140953 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244889
* Update to 0.25.Anton Berezin2009-10-191-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog Notes: svn path=/head/; revision=243052
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* - 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
* 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
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* Readd depency on p5-SQL-Statement that was accidentily removed in rev. 1.17Erwin Lansing2005-05-151-0/+2
| | | | | | | Submitted by: Mark McPherson <admin@segment.org> Notes: svn path=/head/; revision=135296
* Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-FileErwin Lansing2005-05-021-6/+2
| | | | | | | | | | dependency. Prompted by: mat PR: 80015 Notes: svn path=/head/; revision=134494
* Update to 0.22Erwin Lansing2005-04-041-2/+2
| | | | Notes: svn path=/head/; revision=132458
* Update to version 0.21.Dmitry Sivachenko2004-11-121-4/+3
| | | | | | | Reviewed by: maintainer, mat Notes: svn path=/head/; revision=121440
* utilize SITE_PERLYing-Chieh Liao2003-10-241-3/+2
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-3/+12
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76031
* Correct a *_DEPENDS entry. SQL/Statement.pm installed byAkinori MUSHA2002-09-231-1/+1
| | | | | | | | | | databases/p5-SQL-Statement lives right under ${PERL_VER}, not under ${PERL_VER}/${PERL_ARCH}. Submitted by: bento Notes: svn path=/head/; revision=67054
* Update to 0.2002, let submitter be the maintainer.Anton Berezin2002-06-071-2/+2
| | | | | | | | PR: 38890 Submiteed by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=60792