1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sub

classes.

PR:		ports/89155
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Lars Thegler 2005-11-17 08:09:50 +00:00
parent d51a0b9c5b
commit 4083ae268f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148554
5 changed files with 58 additions and 0 deletions

View File

@ -192,6 +192,7 @@
SUBDIR += p5-DBIx-AnyDBD
SUBDIR += p5-DBIx-Browse
SUBDIR += p5-DBIx-Class
SUBDIR += p5-DBIx-Class-Loader
SUBDIR += p5-DBIx-ContextualFetch
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: databases/p5-DBIx-Class-Loader
# Date created: 16 Nov 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= DBIx-Class-Loader
PORTVERSION= 0.09
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= Dynamic definition of DBIx::Class sub classes
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \
p5-DBIx-Class>=0.03001:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
p5-Test-Simple>=0.45:${PORTSDIR}/devel/p5-Test-Simple \
p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBIx::Class::Loader.3 \
DBIx::Class::Loader::Generic.3 \
DBIx::Class::Loader::Pg.3 \
DBIx::Class::Loader::SQLite.3 \
DBIx::Class::Loader::Writing.3 \
DBIx::Class::Loader::mysql.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500800
IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (DBIx-Class-Loader-0.09.tar.gz) = f7c20cdb7fb6f3594e5ac8de72560594
SHA256 (DBIx-Class-Loader-0.09.tar.gz) = fc60a871a7b101ed63632001c85b2444318da71683dbd82c913f4996e517d66f
SIZE (DBIx-Class-Loader-0.09.tar.gz) = 8075

View File

@ -0,0 +1,3 @@
Dynamic definition of DBIx::Class sub classes.
WWW: http://search.cpan.org/dist/DBIx-Class-Loader

View File

@ -0,0 +1,13 @@
%%SITE_PERL%%/DBIx/Class/Loader/Writing.pm
%%SITE_PERL%%/DBIx/Class/Loader/mysql.pm
%%SITE_PERL%%/DBIx/Class/Loader/Generic.pm
%%SITE_PERL%%/DBIx/Class/Loader/Pg.pm
%%SITE_PERL%%/DBIx/Class/Loader/SQLite.pm
%%SITE_PERL%%/DBIx/Class/Loader.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Loader/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Loader 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBIx/Class/Loader 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBIx/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true