- update to 1.616
- add licenses - changes: http://search.cpan.org/dist/DBI/Changes
This commit is contained in:
parent
e4e51d5957
commit
2a677c9947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271177
3 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBI
|
||||
PORTVERSION= 1.615
|
||||
PORTVERSION= 1.616
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= The perl5 Database Interface. Required for DBD::* modules
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART20 GPLv1
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -60,6 +63,7 @@ MAN3= Bundle::DBI.3 \
|
|||
DBI::Gofer::Serializer::Base.3 \
|
||||
DBI::Gofer::Serializer::Storable.3 \
|
||||
DBI::Gofer::Transport::Base.3 \
|
||||
DBD::Gofer::Transport::corostream.3 \
|
||||
DBI::Gofer::Transport::pipeone.3 \
|
||||
DBI::Gofer::Transport::stream.3 \
|
||||
DBI::Profile.3 \
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (DBI-1.615.tar.gz) = 1d88dfecd8e372a87591cd8c55944430
|
||||
SHA256 (DBI-1.615.tar.gz) = cba1ed47ecac90d73a93e5736498a32ec6f1b2a4114d9286df30aee8e783cb85
|
||||
SIZE (DBI-1.615.tar.gz) = 571379
|
||||
SHA256 (DBI-1.616.tar.gz) = 60ce3986c46d12e0eae6def8b4804a90edd02c2cc6b0d2481854e6db8d99d054
|
||||
SIZE (DBI-1.616.tar.gz) = 576803
|
||||
|
|
|
@ -14,6 +14,7 @@ bin/dbiproxy
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/pedantic.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Policy/rush.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/Base.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/corostream.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/null.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/pipeone.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Gofer/Transport/stream.pm
|
||||
|
|
Loading…
Reference in a new issue