mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add p5-CDB_File
Perl5 interface to the CDB package PR: 28400 Submitted by: Jon Nistor <nistor@snickers.org>
This commit is contained in:
parent
21aae694b7
commit
f4d7cd7f73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45800
@ -46,6 +46,7 @@
|
||||
SUBDIR += p5-ApacheDBILogger
|
||||
SUBDIR += p5-AsciiDB-TagFile
|
||||
SUBDIR += p5-BerkeleyDB
|
||||
SUBDIR += p5-CDB_File
|
||||
SUBDIR += p5-DBD-CSV
|
||||
SUBDIR += p5-DBD-Pg
|
||||
SUBDIR += p5-DBD-Sybase
|
||||
|
24
databases/p5-CDB_File/Makefile
Normal file
24
databases/p5-CDB_File/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-CDB_Fiile
|
||||
# Date created: 24 June 2001
|
||||
# Whom: Jon Nistor <nistor@snickers.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CDB_File
|
||||
PORTVERSION= 0.86
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
|
||||
MASTER_SITE_SUBDIR= CDB_File/TIMPX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= nistor@snickers.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
ALL_TARGET= all test
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= CDB_File.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-CDB_File/distinfo
Normal file
1
databases/p5-CDB_File/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (CDB_File-0.86.tar.gz) = 590fe1742b2086113b5d845646b6654b
|
1
databases/p5-CDB_File/pkg-comment
Normal file
1
databases/p5-CDB_File/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 interface to the CDB package
|
8
databases/p5-CDB_File/pkg-descr
Normal file
8
databases/p5-CDB_File/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
6
databases/p5-CDB_File/pkg-plist
Normal file
6
databases/p5-CDB_File/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/CDB_File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/bun-x.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File
|
Loading…
Reference in New Issue
Block a user