summaryrefslogtreecommitdiff
path: root/databases/p5-DBIWrapper
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 03:46:53 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 03:46:53 +0000
commit823e9eade67a302ba1f04652890563560a60d6ad (patch)
tree2e219f886bb22aa4ed6d530d688347a657f0c43e /databases/p5-DBIWrapper
parent- Update to 1.18.253 (diff)
Update to 0.12
update pkg-descr to point out this is a Perl module (suggested by mi@) rename port to p5-DBIWrapper (also suggested by mi@) PR: 29130 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=45347
Diffstat (limited to 'databases/p5-DBIWrapper')
-rw-r--r--databases/p5-DBIWrapper/Makefile10
-rw-r--r--databases/p5-DBIWrapper/distinfo2
-rw-r--r--databases/p5-DBIWrapper/pkg-descr4
3 files changed, 9 insertions, 7 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile
index b61918ce3c8f..57fdf152eae1 100644
--- a/databases/p5-DBIWrapper/Makefile
+++ b/databases/p5-DBIWrapper/Makefile
@@ -5,16 +5,18 @@
# $FreeBSD$
#
-PORTNAME= dbiwrapper
-PORTVERSION= 0.11
+PORTNAME= DBIWrapper
+PORTVERSION= 0.12
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITE_SUBDIR= dbiwrapper
+PKGNAMEPREFIX= p5-
DISTNAME= dbi_wrapper-${PORTVERSION}
MAINTAINER= petef@databits.net
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/databases/p5-DBIWrapper/distinfo b/databases/p5-DBIWrapper/distinfo
index d96be14446ee..28a9ec9011f8 100644
--- a/databases/p5-DBIWrapper/distinfo
+++ b/databases/p5-DBIWrapper/distinfo
@@ -1 +1 @@
-MD5 (dbi_wrapper-0.11.tar.gz) = 17ab176ae4e274a2897ddacfafa3b403
+MD5 (dbi_wrapper-0.12.tar.gz) = 4a0f074696b93e3af75522cbbd71d3aa
diff --git a/databases/p5-DBIWrapper/pkg-descr b/databases/p5-DBIWrapper/pkg-descr
index d1993c66954f..c80f662ab44f 100644
--- a/databases/p5-DBIWrapper/pkg-descr
+++ b/databases/p5-DBIWrapper/pkg-descr
@@ -1,5 +1,5 @@
-DBIWrapper is the generic database Object for accessing
-the DBI database interface. It provides the lowest level
+DBIWrapper is a generic database Perl module for accessing
+the Perl DBI database interface. It provides the lowest level
of functionality needed by any program wanting to access
databases via the DBI. Currently, DBIWrapper is only
aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD