mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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:
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
|
@ -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
|
||||
|
|
32
databases/p5-DBIx-Custom/Makefile
Normal file
32
databases/p5-DBIx-Custom/Makefile
Normal 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>
|
3
databases/p5-DBIx-Custom/distinfo
Normal file
3
databases/p5-DBIx-Custom/distinfo
Normal 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
|
3
databases/p5-DBIx-Custom/pkg-descr
Normal file
3
databases/p5-DBIx-Custom/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Customizable DBI
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Custom
|
14
databases/p5-DBIx-Custom/pkg-plist
Normal file
14
databases/p5-DBIx-Custom/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue