In the tradition of Rose::DB::Object::Helpers, more importable methods.
This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn documentation for a full explanation of how to import methods from this class. The helper methods themselves are described below. WWW: http://search.cpan.org/dist/Rose-DBx-Object-MoreHelpers
This commit is contained in:
parent
f73483108f
commit
198550fad0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221962
5 changed files with 46 additions and 0 deletions
|
@ -336,6 +336,7 @@
|
|||
SUBDIR += p5-ResourcePool-Resource-DBI
|
||||
SUBDIR += p5-Rose-DB
|
||||
SUBDIR += p5-Rose-DB-Object
|
||||
SUBDIR += p5-Rose-DBx-Object-MoreHelpers
|
||||
SUBDIR += p5-SQL-Abstract
|
||||
SUBDIR += p5-SQL-Abstract-Limit
|
||||
SUBDIR += p5-SQL-Interp
|
||||
|
|
25
databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
Normal file
25
databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: Rose-DBx-Object-MoreHelpers
|
||||
# Date created: 23 Oct 2008
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Rose-DBx-Object-MoreHelpers
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Rose/KARMAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Perl 5 module to deploy a a DBIx::Class schema
|
||||
|
||||
RUN_DEPENDS= p5-Rose-DB-Object>=0.7730,1:${PORTSDIR}/databases/p5-Rose-DB-Object \
|
||||
p5-Data-Dump>=1.06:${PORTSDIR}/devel/p5-Data-Dump
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Rose::DBx::Object::MoreHelpers.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Rose-DBx-Object-MoreHelpers/distinfo
Normal file
3
databases/p5-Rose-DBx-Object-MoreHelpers/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Rose-DBx-Object-MoreHelpers-0.03.tar.gz) = 4923bd61117c7b7331ea83004d784e65
|
||||
SHA256 (Rose-DBx-Object-MoreHelpers-0.03.tar.gz) = 5fdb69e502a441bf607a6591c8453a179db7b95d5fa0c8b9188f3f7572fcc891
|
||||
SIZE (Rose-DBx-Object-MoreHelpers-0.03.tar.gz) = 4991
|
7
databases/p5-Rose-DBx-Object-MoreHelpers/pkg-descr
Normal file
7
databases/p5-Rose-DBx-Object-MoreHelpers/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
In the tradition of Rose::DB::Object::Helpers, more importable methods.
|
||||
|
||||
This class inherits from Rose::Object::MixIn. See the Rose::Object::MixIn
|
||||
documentation for a full explanation of how to import methods from
|
||||
this class. The helper methods themselves are described below.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Rose-DBx-Object-MoreHelpers
|
10
databases/p5-Rose-DBx-Object-MoreHelpers/pkg-plist
Normal file
10
databases/p5-Rose-DBx-Object-MoreHelpers/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/Rose/DBx/Object/MoreHelpers.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DBx/Object/MoreHelpers/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DBx/Object/MoreHelpers
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DBx/Object
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose/DBx
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Rose
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/Rose/DBx/Object
|
||||
@dirrmtry %%SITE_PERL%%/Rose/DBx
|
||||
@dirrmtry %%SITE_PERL%%/Rose
|
Loading…
Reference in a new issue