Add port databases/p5-DBIx-SQLite-Simple:
DBIx::SQLite::Simple - easy access to SQLite databases using objects WWW: http://search.cpan.org/dist/DBIx-SQLite-Simple/ Approved by: krion (mentor)
This commit is contained in:
parent
22a23cdece
commit
b33965b337
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163469
@ -230,6 +230,7 @@
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
SUBDIR += p5-DBIx-Sequence
|
||||
SUBDIR += p5-DBIx-Simple
|
||||
SUBDIR += p5-DBIx-SQLite-Simple
|
||||
SUBDIR += p5-DBIx-Table
|
||||
SUBDIR += p5-DBIx-TableHash
|
||||
SUBDIR += p5-DBIx-Tree
|
||||
|
27
databases/p5-DBIx-SQLite-Simple/Makefile
Normal file
27
databases/p5-DBIx-SQLite-Simple/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-DBIx-SQLite-Simple
|
||||
# Date created: 26 May 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-SQLite-Simple
|
||||
PORTVERSION= 0.32
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Easy access to SQLite databases using objects
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Class/Gomor.pm:${PORTSDIR}/devel/p5-Class-Gomor \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::SQLite::Simple.3 \
|
||||
DBIx::SQLite::Simple::Table.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DBIx-SQLite-Simple/distinfo
Normal file
3
databases/p5-DBIx-SQLite-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (DBIx-SQLite-Simple-0.32.tar.gz) = 115ccbf9b0b2983c5e785bf6b5e32bac
|
||||
SHA256 (DBIx-SQLite-Simple-0.32.tar.gz) = 3063b38ce0cdb7605660d073a48dfce3d368fe32a78e9e40cef96e5e23ec07d0
|
||||
SIZE (DBIx-SQLite-Simple-0.32.tar.gz) = 7805
|
3
databases/p5-DBIx-SQLite-Simple/pkg-descr
Normal file
3
databases/p5-DBIx-SQLite-Simple/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DBIx::SQLite::Simple - easy access to SQLite databases using objects
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-SQLite-Simple/
|
9
databases/p5-DBIx-SQLite-Simple/pkg-plist
Normal file
9
databases/p5-DBIx-SQLite-Simple/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/DBIx/SQLite/Simple.pm
|
||||
%%SITE_PERL%%/DBIx/SQLite/Simple/Table.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/SQLite/Simple/.packlist
|
||||
@dirrm %%SITE_PERL%%/DBIx/SQLite/Simple
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/SQLite
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/SQLite/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/SQLite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
Loading…
Reference in New Issue
Block a user