aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-02-18 06:12:38 +0800
committerseanc <seanc@FreeBSD.org>2003-02-18 06:12:38 +0800
commit45e9995b481e29ac33f54451978595339aebb769 (patch)
treebe94433c63d9164a44e4d95bd03e1e1888d789e6 /databases
parent3f98dd9abe8a49a2b2bcac55565f0afc0b2baf1d (diff)
downloadfreebsd-ports-gnome-45e9995b481e29ac33f54451978595339aebb769.tar.gz
freebsd-ports-gnome-45e9995b481e29ac33f54451978595339aebb769.tar.zst
freebsd-ports-gnome-45e9995b481e29ac33f54451978595339aebb769.zip
Update to 0.9.2
PR: ports/48383 Submitted by: Jon Nistor <nistor@snickers.org>
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-CDB_File/Makefile8
-rw-r--r--databases/p5-CDB_File/distinfo2
-rw-r--r--databases/p5-CDB_File/pkg-descr5
3 files changed, 6 insertions, 9 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile
index 6f244589d14b..825b1a4d6133 100644
--- a/databases/p5-CDB_File/Makefile
+++ b/databases/p5-CDB_File/Makefile
@@ -7,18 +7,20 @@
#
PORTNAME= CDB_File
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= databases perl5
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
-MASTER_SITE_SUBDIR= CDB_File/TIMPX
+MASTER_SITE_SUBDIR= CDB_File
PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
+COMMENT= "Perl5 interface to the CDB package"
PERL_CONFIGURE= yes
+INSTALLS_SHLIB= YES
ALL_TARGET= all test
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= CDB_File.3
+MAN3= CDB_File.3
.include <bsd.port.mk>
diff --git a/databases/p5-CDB_File/distinfo b/databases/p5-CDB_File/distinfo
index 485a22200827..44edb90666cd 100644
--- a/databases/p5-CDB_File/distinfo
+++ b/databases/p5-CDB_File/distinfo
@@ -1 +1 @@
-MD5 (CDB_File-0.91.tar.gz) = c4b9e7c19623efb3e49999083f83f7d5
+MD5 (CDB_File-0.92.tar.gz) = e98a1366cb4176655e03fa3809ca6d83
diff --git a/databases/p5-CDB_File/pkg-descr b/databases/p5-CDB_File/pkg-descr
index c30dba566191..7439740fb244 100644
--- a/databases/p5-CDB_File/pkg-descr
+++ b/databases/p5-CDB_File/pkg-descr
@@ -1,8 +1,3 @@
This is the perl5 interface to CDB.
Very useful for people who would like to export information from an SQL type
database directly into a CDB file via $cdb->insert in a perl script.
-
-enjoy,
-
-Jon Nistor
-nistor@snickers.org