1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

DBIx::Sunny is a simple DBI wrapper. It provides better usability for you.

This module based on Amon2::DBI. DBIx::Sunny supports only SQLite and MySQL.
This commit is contained in:
Cheng-Lung Sung 2011-10-18 08:06:47 +00:00
parent 5920fe2b26
commit ce607b5942
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283752
5 changed files with 62 additions and 0 deletions

View File

@ -394,6 +394,7 @@
SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver
SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Pager
SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Skinny-Schema-Loader
SUBDIR += p5-DBIx-Sunny
SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-TableHash
SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-TransactionManager
SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-Tree

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: DBIx::Sunny
# Date created: 18 October 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBIx-Sunny
PORTVERSION= 0.14
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A simple DBI wrapper supports SQLite and MySQL
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \
p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator
RUN_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \
p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator
TEST_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
PERL_CONFIGURE= yes
MAN3= DBIx::Sunny.3 \
DBIx::Sunny::Schema.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBIx-Sunny-0.14.tar.gz) = 7df2feb5f690ee7f1d7d9994140404fb73bf9e508d779531a0c5d090add01a0e
SIZE (DBIx-Sunny-0.14.tar.gz) = 27011

View File

@ -0,0 +1,4 @@
DBIx::Sunny is a simple DBI wrapper. It provides better usability for you.
This module based on Amon2::DBI. DBIx::Sunny supports only SQLite and MySQL.
WWW: http://search.cpan.org/dist/DBIx-Sunny/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/DBIx/Sunny.pm
%%SITE_PERL%%/DBIx/Sunny/Schema.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Sunny/.packlist
@dirrm %%SITE_PERL%%/DBIx/Sunny
@dirrmtry %%SITE_PERL%%/DBIx
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Sunny
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx