[NEW] databases/p5-DBICx-Sugar: Just some syntax sugar for DBIx::Class

Just some syntax sugar for your DBIx::Class applications. This was originally
created to remove code duplication between Dancer::Plugin::DBIC and
Dancer2::Plugin::DBIC.

WWW: http://search.cpan.org/dist/DBICx-Sugar/
This commit is contained in:
Muhammad Moinur Rahman 2015-04-01 13:58:14 +00:00
parent ee78785d59
commit 9aaa6e83bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382913
5 changed files with 40 additions and 0 deletions

View File

@ -306,6 +306,7 @@
SUBDIR += p5-DBI-Shell
SUBDIR += p5-DBICx-Deploy
SUBDIR += p5-DBICx-MapMaker
SUBDIR += p5-DBICx-Sugar
SUBDIR += p5-DBICx-TestDatabase
SUBDIR += p5-DBICx-TxnInsert
SUBDIR += p5-DBIWrapper

View File

@ -0,0 +1,30 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBICx-Sugar
PORTVERSION= 0.0001
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IRONCAMEL
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Just some syntax sugar for DBIx::Class
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Modern>=0:${PORTSDIR}/devel/p5-Test-Modern \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Types-LoadableClass>0:${PORTSDIR}/devel/p5-MooseX-Types-LoadableClass
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBICx-Sugar-0.0001.tar.gz) = 3a49f29602d9368b41ce1ac47cbfa11907d7aec0af51b5d355490a8696857c33
SIZE (DBICx-Sugar-0.0001.tar.gz) = 16046

View File

@ -0,0 +1,5 @@
Just some syntax sugar for your DBIx::Class applications. This was originally
created to remove code duplication between Dancer::Plugin::DBIC and
Dancer2::Plugin::DBIC.
WWW: http://search.cpan.org/dist/DBICx-Sugar/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/DBICx/Sugar.pm
%%PERL5_MAN3%%/DBICx::Sugar.3.gz