summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-SQL-Statement/Makefile25
-rw-r--r--databases/p5-SQL-Statement/distinfo1
-rw-r--r--databases/p5-SQL-Statement/pkg-comment1
-rw-r--r--databases/p5-SQL-Statement/pkg-descr5
-rw-r--r--databases/p5-SQL-Statement/pkg-plist10
5 files changed, 42 insertions, 0 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile
new file mode 100644
index 000000000000..1fd8c804a450
--- /dev/null
+++ b/databases/p5-SQL-Statement/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-SQL-Statement
+# Version required: 0.1012
+# Date created: August 8th, 1999
+# Whom: wolman@cs.washington.edu
+#
+# $Id$
+#
+
+DISTNAME= SQL-Statement-0.1012
+PKGNAME= p5-SQL-Statement-0.1012
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= SQL
+
+MAINTAINER= wolman@cs.washington.edu
+
+USE_PERL5= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= SQL::Eval.3 SQL::Statement.3
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo
new file mode 100644
index 000000000000..d21d78ff82c3
--- /dev/null
+++ b/databases/p5-SQL-Statement/distinfo
@@ -0,0 +1 @@
+MD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c
diff --git a/databases/p5-SQL-Statement/pkg-comment b/databases/p5-SQL-Statement/pkg-comment
new file mode 100644
index 000000000000..fa742d38a512
--- /dev/null
+++ b/databases/p5-SQL-Statement/pkg-comment
@@ -0,0 +1 @@
+A perl5 module for SQL parsing and processing
diff --git a/databases/p5-SQL-Statement/pkg-descr b/databases/p5-SQL-Statement/pkg-descr
new file mode 100644
index 000000000000..00d23e2bce66
--- /dev/null
+++ b/databases/p5-SQL-Statement/pkg-descr
@@ -0,0 +1,5 @@
+The SQL::Statement module implements a small, abstract SQL engine. By
+parsing an SQL query you create an SQL::Statement instance. This instance
+offers methods for retrieving syntax, for WHERE clause and statement
+evaluation. The implementation is designed to work with the DBI driver
+DBD::CSV, and should be easily extensible.
diff --git a/databases/p5-SQL-Statement/pkg-plist b/databases/p5-SQL-Statement/pkg-plist
new file mode 100644
index 000000000000..de8080284484
--- /dev/null
+++ b/databases/p5-SQL-Statement/pkg-plist
@@ -0,0 +1,10 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Eval.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement/Hash.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/Statement.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement/.packlist
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL/Statement 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SQL 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL/Statement
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SQL 2>/dev/null || true