mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-DBIx-Ease 0.07
DBIx::Ease is intended to allow less-code DBI interactions. PR: 54706 Submitted by: mat Approved by: demon (mentor)
This commit is contained in:
parent
03a43c662c
commit
e8823fa2ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87342
5 changed files with 43 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
SUBDIR += p5-DBIx-Browse
|
SUBDIR += p5-DBIx-Browse
|
||||||
SUBDIR += p5-DBIx-DBSchema
|
SUBDIR += p5-DBIx-DBSchema
|
||||||
SUBDIR += p5-DBIx-DataSource
|
SUBDIR += p5-DBIx-DataSource
|
||||||
|
SUBDIR += p5-DBIx-Ease
|
||||||
SUBDIR += p5-DBIx-Password
|
SUBDIR += p5-DBIx-Password
|
||||||
SUBDIR += p5-DBIx-Recordset
|
SUBDIR += p5-DBIx-Recordset
|
||||||
SUBDIR += p5-DBIx-SQLEngine
|
SUBDIR += p5-DBIx-SQLEngine
|
||||||
|
|
25
databases/p5-DBIx-Ease/Makefile
Normal file
25
databases/p5-DBIx-Ease/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: p5-DBIx-Ease
|
||||||
|
# Date created: 21 july 2003
|
||||||
|
# Whom: mat
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= DBIx-Ease
|
||||||
|
PORTVERSION= 0.07
|
||||||
|
CATEGORIES= databases perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= DBIx
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= mat@FreeBSD.org
|
||||||
|
COMMENT= Less-code DBI interactions for all drivers
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= DBIx::Ease.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
databases/p5-DBIx-Ease/distinfo
Normal file
1
databases/p5-DBIx-Ease/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (DBIx-Ease-0.07.tar.gz) = c25fa1d9dba1f3a3a0da78684f841d44
|
11
databases/p5-DBIx-Ease/pkg-descr
Normal file
11
databases/p5-DBIx-Ease/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
DBIx::Ease is intended to allow less-code DBI interactions.
|
||||||
|
|
||||||
|
Upon creation of a new DBIx::Ease object you should pass the portion of the DSN
|
||||||
|
(Data Source Name) common to all connections the object is supposed to store.
|
||||||
|
Replace the variable portions with '<databasename>'. Whenever you wish to make
|
||||||
|
only one connection you may enter the complete DSN, also when you want to make
|
||||||
|
connections with the same source but as different users, then call exec() with
|
||||||
|
different names of your choice as initial argument.
|
||||||
|
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/DBIx-Ease/
|
5
databases/p5-DBIx-Ease/pkg-plist
Normal file
5
databases/p5-DBIx-Ease/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/DBIx/Ease.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Ease/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Ease
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue