mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
- Fix LICENSE
- Pet portlint - Add CPAN as primary WWW
This commit is contained in:
parent
6d83924418
commit
29c4b60c4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295436
2 changed files with 3 additions and 2 deletions
|
@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Provides access to SQLite3 databases through the DBI
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -12,4 +12,5 @@ It supports quite a lot of features, such as transactions (atomic
|
|||
commit and rollback), indexes, DBA-free operation, a large subset
|
||||
of SQL92 supported, and more.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBD-SQLite/
|
||||
WWW: http://www.sqlite.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue