mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +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:
parent
bb8bd53d53
commit
fb09a553b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22830
25
databases/p5-SQL-Statement/Makefile
Normal file
25
databases/p5-SQL-Statement/Makefile
Normal 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>
|
1
databases/p5-SQL-Statement/distinfo
Normal file
1
databases/p5-SQL-Statement/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SQL-Statement-0.1012.tar.gz) = c9d31ef3ffb2333ab158329b50ac137c
|
1
databases/p5-SQL-Statement/pkg-comment
Normal file
1
databases/p5-SQL-Statement/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl5 module for SQL parsing and processing
|
5
databases/p5-SQL-Statement/pkg-descr
Normal file
5
databases/p5-SQL-Statement/pkg-descr
Normal 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.
|
10
databases/p5-SQL-Statement/pkg-plist
Normal file
10
databases/p5-SQL-Statement/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user