Add databases/p5-DBIx-Perlish 0.18, a Perl module that
allows one perform queries to SQL databases using Perl syntax.
This commit is contained in:
parent
9266c54807
commit
e12fd5f469
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185708
@ -252,6 +252,7 @@
|
||||
SUBDIR += p5-DBIx-Log4perl
|
||||
SUBDIR += p5-DBIx-MySQLSequence
|
||||
SUBDIR += p5-DBIx-Password
|
||||
SUBDIR += p5-DBIx-Perlish
|
||||
SUBDIR += p5-DBIx-Recordset
|
||||
SUBDIR += p5-DBIx-SQLEngine
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
|
32
databases/p5-DBIx-Perlish/Makefile
Normal file
32
databases/p5-DBIx-Perlish/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: databases/p5-DBIx-Perlish
|
||||
# Date created: 22 February 2007
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Perlish
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= A perlish interface to SQL databases
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Perlish.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500802
|
||||
IGNORE= requires perl 5.8.2 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
databases/p5-DBIx-Perlish/distinfo
Normal file
3
databases/p5-DBIx-Perlish/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (DBIx-Perlish-0.18.tar.gz) = 3ee58a7b90eccfc7fe6070ed55653ff6
|
||||
SHA256 (DBIx-Perlish-0.18.tar.gz) = ad4a69a6a872edb5ba724b6bef51aa0d35dc61a12f6188a7d147dcec9fc58e6b
|
||||
SIZE (DBIx-Perlish-0.18.tar.gz) = 38338
|
5
databases/p5-DBIx-Perlish/pkg-descr
Normal file
5
databases/p5-DBIx-Perlish/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The DBIx::Perlish module provides the ability to work with databases
|
||||
supported by the DBI module using Perl's own syntax for four most common
|
||||
operations: SELECT, UPDATE, DELETE, and INSERT.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Perlish/
|
7
databases/p5-DBIx-Perlish/pkg-plist
Normal file
7
databases/p5-DBIx-Perlish/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/DBIx/Perlish.pm
|
||||
%%SITE_PERL%%/DBIx/Perlish/Parse.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Perlish/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Perlish
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Perlish
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
Loading…
Reference in New Issue
Block a user