- Fix LICENSE

- Pet portlint
- Add CPAN as primary WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-25 01:49:16 +00:00
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

View file

@ -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

View file

@ -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/