diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-25 10:39:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-25 10:39:36 +0800 |
commit | 23db8ec1199fc8f1a7ccb5388b7c8d41862beba0 (patch) | |
tree | 85bf068715d04ac5c20d5b224d5897e09c5c6b32 /databases | |
parent | e007f5b9cdbdcdd92a5d406650267fa83c4eec30 (diff) | |
download | freebsd-ports-gnome-23db8ec1199fc8f1a7ccb5388b7c8d41862beba0.tar.gz freebsd-ports-gnome-23db8ec1199fc8f1a7ccb5388b7c8d41862beba0.tar.zst freebsd-ports-gnome-23db8ec1199fc8f1a7ccb5388b7c8d41862beba0.zip |
- Update to 0.1701
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 15 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-descr | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 2 |
4 files changed, 11 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index 6a9ebf7d8ea2..42e55ce66e9d 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1700 +PORTVERSION= 0.1701 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KIMOTO @@ -15,22 +15,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Customizable DBI -BUILD_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \ - p5-Object-Simple>=3.0616:${PORTSDIR}/devel/p5-Object-Simple \ - p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \ 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 PERL_CONFIGURE= yes -LICENSE_COMB= dual -LICENSE= ART10 GPLv1 - MAN3= DBIx::Custom.3 \ DBIx::Custom::Guide.3 \ + DBIx::Custom::Guide::Ja.3 \ DBIx::Custom::Model.3 \ DBIx::Custom::Order.3 \ DBIx::Custom::Query.3 \ diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index 5a33fa0892d0..af73a74639d5 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBIx-Custom-0.1700.tar.gz) = 1d5435eca104416fe296dc6ba611717e4d53ed913545251c90951fb36cb2188a -SIZE (DBIx-Custom-0.1700.tar.gz) = 50853 +SHA256 (DBIx-Custom-0.1701.tar.gz) = 8ad805b3bf3b961afb1522c6c200c20f0db9711ca9e61fc36fdfd5395a46b6f8 +SIZE (DBIx-Custom-0.1701.tar.gz) = 51749 diff --git a/databases/p5-DBIx-Custom/pkg-descr b/databases/p5-DBIx-Custom/pkg-descr index f715dbf6b89d..2dc848ffa2a1 100644 --- a/databases/p5-DBIx-Custom/pkg-descr +++ b/databases/p5-DBIx-Custom/pkg-descr @@ -1,3 +1,3 @@ Customizable DBI -WWW: http://search.cpan.org/dist/DBIx-Custom +WWW: http://search.cpan.org/dist/DBIx-Custom/ diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index 41057728e5af..9b37240da7a7 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/DBIx/Custom.pm %%SITE_PERL%%/DBIx/Custom/Guide.pod +%%SITE_PERL%%/DBIx/Custom/Guide/Ja.pod %%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/Order.pm %%SITE_PERL%%/DBIx/Custom/Query.pm @@ -13,5 +14,6 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% @dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL +@dirrmtry %%SITE_PERL%%/DBIx/Custom/Guide @dirrmtry %%SITE_PERL%%/DBIx/Custom @dirrmtry %%SITE_PERL%%/DBIx |