Update to 0.9.2

PR:		ports/48383
Submitted by:	Jon Nistor <nistor@snickers.org>
This commit is contained in:
Sean Chittenden 2003-02-17 22:12:38 +00:00
parent ba99e66049
commit 9db3dbadcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75746
3 changed files with 6 additions and 9 deletions

View file

@ -7,15 +7,17 @@
# #
PORTNAME= CDB_File PORTNAME= CDB_File
PORTVERSION= 0.91 PORTVERSION= 0.92
CATEGORIES= databases perl5 CATEGORIES= databases perl5
MASTER_SITES= $(MASTER_SITE_PERL_CPAN) MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
MASTER_SITE_SUBDIR= CDB_File/TIMPX MASTER_SITE_SUBDIR= CDB_File
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org MAINTAINER= nistor@snickers.org
COMMENT= "Perl5 interface to the CDB package"
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
INSTALLS_SHLIB= YES
ALL_TARGET= all test ALL_TARGET= all test
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View file

@ -1 +1 @@
MD5 (CDB_File-0.91.tar.gz) = c4b9e7c19623efb3e49999083f83f7d5 MD5 (CDB_File-0.92.tar.gz) = e98a1366cb4176655e03fa3809ca6d83

View file

@ -1,8 +1,3 @@
This is the perl5 interface to CDB. This is the perl5 interface to CDB.
Very useful for people who would like to export information from an SQL type 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. database directly into a CDB file via $cdb->insert in a perl script.
enjoy,
Jon Nistor
nistor@snickers.org