mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Update to 0.1701
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
This commit is contained in:
parent
98bc05a5ff
commit
fe10c5c8de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278281
4 changed files with 11 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DBIx-Custom
|
PORTNAME= DBIx-Custom
|
||||||
PORTVERSION= 0.1700
|
PORTVERSION= 0.1701
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:KIMOTO
|
MASTER_SITE_SUBDIR= CPAN:KIMOTO
|
||||||
|
@ -15,22 +15,19 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Customizable DBI
|
COMMENT= Customizable DBI
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
|
LICENSE= ART10 GPLv1
|
||||||
p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
|
LICENSE_COMB= dual
|
||||||
p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \
|
|
||||||
p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece
|
|
||||||
RUN_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
|
RUN_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||||
p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
|
p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
|
||||||
p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \
|
p5-Object-Simple>=3.0621:${PORTSDIR}/devel/p5-Object-Simple \
|
||||||
p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece
|
p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
LICENSE_COMB= dual
|
|
||||||
LICENSE= ART10 GPLv1
|
|
||||||
|
|
||||||
MAN3= DBIx::Custom.3 \
|
MAN3= DBIx::Custom.3 \
|
||||||
DBIx::Custom::Guide.3 \
|
DBIx::Custom::Guide.3 \
|
||||||
|
DBIx::Custom::Guide::Ja.3 \
|
||||||
DBIx::Custom::Model.3 \
|
DBIx::Custom::Model.3 \
|
||||||
DBIx::Custom::Order.3 \
|
DBIx::Custom::Order.3 \
|
||||||
DBIx::Custom::Query.3 \
|
DBIx::Custom::Query.3 \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (DBIx-Custom-0.1700.tar.gz) = 1d5435eca104416fe296dc6ba611717e4d53ed913545251c90951fb36cb2188a
|
SHA256 (DBIx-Custom-0.1701.tar.gz) = 8ad805b3bf3b961afb1522c6c200c20f0db9711ca9e61fc36fdfd5395a46b6f8
|
||||||
SIZE (DBIx-Custom-0.1700.tar.gz) = 50853
|
SIZE (DBIx-Custom-0.1701.tar.gz) = 51749
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Customizable DBI
|
Customizable DBI
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/DBIx-Custom
|
WWW: http://search.cpan.org/dist/DBIx-Custom/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%SITE_PERL%%/DBIx/Custom.pm
|
%%SITE_PERL%%/DBIx/Custom.pm
|
||||||
%%SITE_PERL%%/DBIx/Custom/Guide.pod
|
%%SITE_PERL%%/DBIx/Custom/Guide.pod
|
||||||
|
%%SITE_PERL%%/DBIx/Custom/Guide/Ja.pod
|
||||||
%%SITE_PERL%%/DBIx/Custom/Model.pm
|
%%SITE_PERL%%/DBIx/Custom/Model.pm
|
||||||
%%SITE_PERL%%/DBIx/Custom/Order.pm
|
%%SITE_PERL%%/DBIx/Custom/Order.pm
|
||||||
%%SITE_PERL%%/DBIx/Custom/Query.pm
|
%%SITE_PERL%%/DBIx/Custom/Query.pm
|
||||||
|
@ -13,5 +14,6 @@
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||||
@dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL
|
@dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL
|
||||||
|
@dirrmtry %%SITE_PERL%%/DBIx/Custom/Guide
|
||||||
@dirrmtry %%SITE_PERL%%/DBIx/Custom
|
@dirrmtry %%SITE_PERL%%/DBIx/Custom
|
||||||
@dirrmtry %%SITE_PERL%%/DBIx
|
@dirrmtry %%SITE_PERL%%/DBIx
|
||||||
|
|
Loading…
Add table
Reference in a new issue