diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-22 09:34:15 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-22 09:34:15 +0000 |
commit | 0c90a62890e37c2e822ab9a083841b69c1d8b709 (patch) | |
tree | 5ea1b9165c960f66240218208cd8275b9737e624 /databases/p5-DBIx-Custom | |
parent | 67d49aa2547cb6600e0ff965d16e363778ad4706 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Custom')
-rw-r--r-- | databases/p5-DBIx-Custom/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Custom/pkg-plist | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/databases/p5-DBIx-Custom/Makefile b/databases/p5-DBIx-Custom/Makefile index a66b8173656f..351b825e90a8 100644 --- a/databases/p5-DBIx-Custom/Makefile +++ b/databases/p5-DBIx-Custom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Custom -PORTVERSION= 0.1617 +PORTVERSION= 0.1620 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= DBIx::Custom.3 \ + DBIx::Custom::Guides.3 \ + DBIx::Custom::Guides::Ja.3 \ DBIx::Custom::MySQL.3 \ DBIx::Custom::Query.3 \ DBIx::Custom::QueryBuilder.3 \ diff --git a/databases/p5-DBIx-Custom/distinfo b/databases/p5-DBIx-Custom/distinfo index 242bcb9e36cf..7892e5e344e1 100644 --- a/databases/p5-DBIx-Custom/distinfo +++ b/databases/p5-DBIx-Custom/distinfo @@ -1,3 +1,3 @@ -MD5 (DBIx-Custom-0.1617.tar.gz) = b33eaa407aacc23b6c029c1649a2c722 -SHA256 (DBIx-Custom-0.1617.tar.gz) = 6760a7d5e728d0306e84aed252e72e138ef890065e5de6f139da7fadbdc1c653 -SIZE (DBIx-Custom-0.1617.tar.gz) = 23494 +MD5 (DBIx-Custom-0.1620.tar.gz) = 41cb824de61964bd545f65a7c23e4e08 +SHA256 (DBIx-Custom-0.1620.tar.gz) = 3dfb5a6ed0bfe131045ab90930cb2a0ce0608e4963764ecafa1cdb33abed75d2 +SIZE (DBIx-Custom-0.1620.tar.gz) = 29699 diff --git a/databases/p5-DBIx-Custom/pkg-plist b/databases/p5-DBIx-Custom/pkg-plist index 1f68a35f44bb..f9bb21a16e68 100644 --- a/databases/p5-DBIx-Custom/pkg-plist +++ b/databases/p5-DBIx-Custom/pkg-plist @@ -1,4 +1,6 @@ %%SITE_PERL%%/DBIx/Custom.pm +%%SITE_PERL%%/DBIx/Custom/Guides/Ja.pod +%%SITE_PERL%%/DBIx/Custom/Guides.pod %%SITE_PERL%%/DBIx/Custom/MySQL.pm %%SITE_PERL%%/DBIx/Custom/Query.pm %%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm @@ -9,6 +11,7 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrm %%SITE_PERL%%/DBIx/Custom/Guides @dirrm %%SITE_PERL%%/DBIx/Custom/QueryBuilder @dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL @dirrmtry %%SITE_PERL%%/DBIx/Custom |