mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
DBIx::Class::Candy is a simple sugar layer for definition of DBIx::Class
results. Note that it may later be expanded to add sugar for more DBIx::Class related things. WWW: http://search.cpan.org/dist/DBIx-Class-Candy/
This commit is contained in:
parent
fb39450155
commit
08ef42c655
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299232
@ -338,6 +338,7 @@
|
||||
SUBDIR += p5-DBIx-Browse
|
||||
SUBDIR += p5-DBIx-Class
|
||||
SUBDIR += p5-DBIx-Class-AsFdat
|
||||
SUBDIR += p5-DBIx-Class-Candy
|
||||
SUBDIR += p5-DBIx-Class-Cursor-Cached
|
||||
SUBDIR += p5-DBIx-Class-DateTime-Epoch
|
||||
SUBDIR += p5-DBIx-Class-DeploymentHandler
|
||||
|
29
databases/p5-DBIx-Class-Candy/Makefile
Normal file
29
databases/p5-DBIx-Class-Candy/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: DBIx-Class-Candy
|
||||
# Date created: 09 Jun, 2012
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Class-Candy
|
||||
PORTVERSION= 0.002100
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Sugar for your favorite ORM, DBIx::Class
|
||||
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
||||
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Class::Candy.3 \
|
||||
DBIx::Class::Candy::Exports.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-DBIx-Class-Candy/distinfo
Normal file
2
databases/p5-DBIx-Class-Candy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (DBIx-Class-Candy-0.002100.tar.gz) = 237603a0ff1d8f7835445872ab4fbc7b37a6eb7196b59b8a80a9961afc6b3efe
|
||||
SIZE (DBIx-Class-Candy-0.002100.tar.gz) = 19403
|
5
databases/p5-DBIx-Class-Candy/pkg-descr
Normal file
5
databases/p5-DBIx-Class-Candy/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
DBIx::Class::Candy is a simple sugar layer for definition of DBIx::Class
|
||||
results. Note that it may later be expanded to add sugar for more
|
||||
DBIx::Class related things.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Class-Candy/
|
8
databases/p5-DBIx-Class-Candy/pkg-plist
Normal file
8
databases/p5-DBIx-Class-Candy/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Candy/.packlist
|
||||
%%SITE_PERL%%/DBIx/Class/Candy.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Candy/Exports.pm
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/Candy
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/Candy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
Loading…
Reference in New Issue
Block a user