diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-20 08:26:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-20 08:26:23 +0000 |
commit | e8823fa2ac7fdcdfa0168fa13b63bb0fb14b7da3 (patch) | |
tree | 360384da2900f251b933ef3df3f8f1024382b337 /databases/p5-DBIx-Ease | |
parent | 03a43c662c1ac393b7d34dfd1337fc712887d2b1 (diff) | |
download | ports-e8823fa2ac7fdcdfa0168fa13b63bb0fb14b7da3.tar.gz ports-e8823fa2ac7fdcdfa0168fa13b63bb0fb14b7da3.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Ease')
-rw-r--r-- | databases/p5-DBIx-Ease/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-DBIx-Ease/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Ease/pkg-descr | 11 | ||||
-rw-r--r-- | databases/p5-DBIx-Ease/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Ease/Makefile b/databases/p5-DBIx-Ease/Makefile new file mode 100644 index 000000000000..2dae9d006eb2 --- /dev/null +++ b/databases/p5-DBIx-Ease/Makefile @@ -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> diff --git a/databases/p5-DBIx-Ease/distinfo b/databases/p5-DBIx-Ease/distinfo new file mode 100644 index 000000000000..bf9bd24c6d0f --- /dev/null +++ b/databases/p5-DBIx-Ease/distinfo @@ -0,0 +1 @@ +MD5 (DBIx-Ease-0.07.tar.gz) = c25fa1d9dba1f3a3a0da78684f841d44 diff --git a/databases/p5-DBIx-Ease/pkg-descr b/databases/p5-DBIx-Ease/pkg-descr new file mode 100644 index 000000000000..59786dd7ae77 --- /dev/null +++ b/databases/p5-DBIx-Ease/pkg-descr @@ -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/ diff --git a/databases/p5-DBIx-Ease/pkg-plist b/databases/p5-DBIx-Ease/pkg-plist new file mode 100644 index 000000000000..9e6b90a5d5e0 --- /dev/null +++ b/databases/p5-DBIx-Ease/pkg-plist @@ -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 |