aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-CDB_File
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-02-17 22:12:38 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-02-17 22:12:38 +0000
commit9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1 (patch)
tree279009f5d88a1a53fed3dc9eb38ec6e30e89a388 /databases/p5-CDB_File
parentba99e660496b473a51285c24f5237951fa3480f1 (diff)
downloadports-9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1.tar.gz
ports-9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1.zip
Notes
Diffstat (limited to 'databases/p5-CDB_File')
-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