Customizable DBI

WWW: http://search.cpan.org/dist/DBIx-Custom

PR:		ports/141138
Submitted by:	Andrey Kostenko <andrey at kostenko.name>
This commit is contained in:
Martin Wilke 2010-01-28 01:15:25 +00:00
parent ea2824c221
commit a78dfd7c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248737
5 changed files with 53 additions and 0 deletions

View file

@ -337,6 +337,7 @@
SUBDIR += p5-DBIx-Class-Validation
SUBDIR += p5-DBIx-Class-WebForm
SUBDIR += p5-DBIx-ContextualFetch
SUBDIR += p5-DBIx-Custom
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Ease

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: DBIx-Custom
# Date created: 27 December 2009
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#
PORTNAME= DBIx-Custom
PORTVERSION= 0.0801
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= andrey@kostenko.name
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>=2.0702:${PORTSDIR}/devel/p5-Object-Simple \
p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= DBIx::Custom.3 \
DBIx::Custom::Basic.3 \
DBIx::Custom::MySQL.3 \
DBIx::Custom::Query.3 \
DBIx::Custom::Result.3 \
DBIx::Custom::SQL::Template.3 \
DBIx::Custom::SQLite.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (DBIx-Custom-0.0801.tar.gz) = 9f7a50c2efdb23532a363ad5ef4d7607
SHA256 (DBIx-Custom-0.0801.tar.gz) = 8aa0c19840b63e19efe2045e87fea1a33c0677edebc1b61e0dc74f4fd5ab8344
SIZE (DBIx-Custom-0.0801.tar.gz) = 26499

View file

@ -0,0 +1,3 @@
Customizable DBI
WWW: http://search.cpan.org/dist/DBIx-Custom

View file

@ -0,0 +1,14 @@
%%SITE_PERL%%/DBIx/Custom.pm
%%SITE_PERL%%/DBIx/Custom/Basic.pm
%%SITE_PERL%%/DBIx/Custom/MySQL.pm
%%SITE_PERL%%/DBIx/Custom/Query.pm
%%SITE_PERL%%/DBIx/Custom/Result.pm
%%SITE_PERL%%/DBIx/Custom/SQL/Template.pm
%%SITE_PERL%%/DBIx/Custom/SQLite.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
@dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL
@dirrmtry %%SITE_PERL%%/DBIx/Custom
@dirrmtry %%SITE_PERL%%/DBIx