aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-SQLite2')
-rw-r--r--databases/p5-DBD-SQLite2/Makefile25
-rw-r--r--databases/p5-DBD-SQLite2/distinfo1
-rw-r--r--databases/p5-DBD-SQLite2/pkg-comment1
-rw-r--r--databases/p5-DBD-SQLite2/pkg-descr13
-rw-r--r--databases/p5-DBD-SQLite2/pkg-plist8
5 files changed, 0 insertions, 48 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile
deleted file mode 100644
index 1040042aa2b4..000000000000
--- a/databases/p5-DBD-SQLite2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: p5-DBD-SQLite
-# Date created: 2002/03/30
-# Whom: nork@cityfujisawa.ne.jp
-#
-# $FreeBSD$
-#
-
-PORTNAME= DBD-SQLite
-PORTVERSION= 0.21
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= nork@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::SQLite.3
-
-.include <bsd.port.mk>
diff --git a/databases/p5-DBD-SQLite2/distinfo b/databases/p5-DBD-SQLite2/distinfo
deleted file mode 100644
index e66adbfbec82..000000000000
--- a/databases/p5-DBD-SQLite2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (DBD-SQLite-0.21.tar.gz) = 2501e02e25e1fdfed5d8f8f22d0f0009
diff --git a/databases/p5-DBD-SQLite2/pkg-comment b/databases/p5-DBD-SQLite2/pkg-comment
deleted file mode 100644
index a4c910996b6e..000000000000
--- a/databases/p5-DBD-SQLite2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Provides access to SQLite2 databases through the DBI
diff --git a/databases/p5-DBD-SQLite2/pkg-descr b/databases/p5-DBD-SQLite2/pkg-descr
deleted file mode 100644
index 39cff26d07b9..000000000000
--- a/databases/p5-DBD-SQLite2/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-DBD::SQLite
-===========
-
-SQLite is a small fast embedded SQL database engine.
-
-DBD::SQLite embeds that database engine into a DBD driver, so
-if you want a relational database for your project, but don't
-want to install a large RDBMS system like MySQL or PostgreSQL,
-then DBD::SQLite may be just what you need.
-
-It supports quite a lot of features, such as transactions (atomic
-commit and rollback), indexes, DBA-free operation, a large subset
-of SQL92 supported, and more.
diff --git a/databases/p5-DBD-SQLite2/pkg-plist b/databases/p5-DBD-SQLite2/pkg-plist
deleted file mode 100644
index 90e937f764f2..000000000000
--- a/databases/p5-DBD-SQLite2/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/SQLite.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/getsqlite.pl
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true