diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 08:41:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-04 08:41:40 +0000 |
commit | f4d7cd7f731da03f8d889de19ee78af110859e5b (patch) | |
tree | 4a97563cdcbf64e505875a9831e0f6735dc2202f /databases/p5-CDB_File | |
parent | 21aae694b756299d068e12867a637367c7710caf (diff) | |
download | ports-f4d7cd7f731da03f8d889de19ee78af110859e5b.tar.gz ports-f4d7cd7f731da03f8d889de19ee78af110859e5b.zip |
Notes
Diffstat (limited to 'databases/p5-CDB_File')
-rw-r--r-- | databases/p5-CDB_File/Makefile | 24 | ||||
-rw-r--r-- | databases/p5-CDB_File/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-CDB_File/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-CDB_File/pkg-descr | 8 | ||||
-rw-r--r-- | databases/p5-CDB_File/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile new file mode 100644 index 000000000000..2bc8e24007b4 --- /dev/null +++ b/databases/p5-CDB_File/Makefile @@ -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> diff --git a/databases/p5-CDB_File/distinfo b/databases/p5-CDB_File/distinfo new file mode 100644 index 000000000000..8d0146f90171 --- /dev/null +++ b/databases/p5-CDB_File/distinfo @@ -0,0 +1 @@ +MD5 (CDB_File-0.86.tar.gz) = 590fe1742b2086113b5d845646b6654b diff --git a/databases/p5-CDB_File/pkg-comment b/databases/p5-CDB_File/pkg-comment new file mode 100644 index 000000000000..400b39851ee3 --- /dev/null +++ b/databases/p5-CDB_File/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to the CDB package diff --git a/databases/p5-CDB_File/pkg-descr b/databases/p5-CDB_File/pkg-descr new file mode 100644 index 000000000000..c30dba566191 --- /dev/null +++ b/databases/p5-CDB_File/pkg-descr @@ -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 diff --git a/databases/p5-CDB_File/pkg-plist b/databases/p5-CDB_File/pkg-plist new file mode 100644 index 000000000000..be36fe6890dd --- /dev/null +++ b/databases/p5-CDB_File/pkg-plist @@ -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 |