aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-SQLite2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.38sunpoet2018-10-091-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/DBD-SQLite2
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
| | | | Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.37sunpoet2016-01-131-4/+9
| | | | | | | - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-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
* Support STAGEDIR.vanilla2013-11-031-3/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Update to 0.36jadawin2013-06-101-6/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-2/+2
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Remove 4.x workarounderwin2007-06-161-12/+4
|
* Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2.nork2004-10-131-4/+7
| | | | | | | | o Update to 0.33. o Remove unnecessary perl script. o Remove a patch which was already merged. Repo copied by: marcus (pcvs)
* Change MAINTAINER to perl@.nork2004-08-131-1/+1
| | | | | | I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@
* Fix a crash problem.nork2004-06-111-0/+1
| | | | | | | PR: ports/63233 [1] Reported by: Stefan `Sec` Zehl <sec@42.org> [1] Submitted by: kuriyama Obtained from: DBD::SQLite cvs repository
* Update to 0.30 (based of SQLite 2.8.12).nork2004-02-161-1/+1
|
* Update to 0.30 (Based on SQLite 2.8.11).nork2004-02-131-1/+1
|
* Update to 0.29 (based on SQLite 2.8.7).nork2004-01-161-1/+1
|
* utilize SITE_PERLijliao2003-10-241-1/+0
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-161-4/+11
| | | | | | | | | | | 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)
* Update to 0.28 (based on SQLite 2.8.6).nork2003-08-281-1/+1
|
* Update to 0.25 (based on SQLite 2.8.0).nork2003-03-231-1/+1
|
* De-pkg-comment.nork2003-02-231-0/+1
|
* Update to 0.24 (based on SQLite 2.7.6).nork2003-02-051-1/+1
|
* Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:.nork2003-01-021-1/+1
|
* Update to 0.21 (based on SQLite 2.7.2)nork2002-10-311-1/+1
|
* Update to 0.19 (based on SQLite 2.6.3)nork2002-08-151-1/+1
| | | | Approved by: knu (mentor)
* Update to 0.18 (based on SQLite 2.5.6)nork2002-08-061-1/+1
| | | | Approved by: knu (mentor)
* Update to 0.16 (based on SQLite 2.5.0)nork2002-07-021-1/+1
| | | | | Reviewed by: knu (mentor) Approved by: knu (mentor)
* Reviewed by: knu (mentor)nork2002-04-071-0/+25
Import of a perl5 module for accessing SQLite2 databases through the DBI