1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initail import of p5-SQL-Statement version 0.1012.

A perl5 module for SQL parsing and processing.

PR:		13085
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
This commit is contained in:
Steve Price 1999-11-01 04:18:06 +00:00
parent bb8bd53d53
commit fb09a553b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22830
5 changed files with 42 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c

View File

@ -0,0 +1 @@
A perl5 module for SQL parsing and processing

View File

@ -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.

View File

@ -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