2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
2005-11-17 09:09:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBIx-Class-Loader
|
2006-03-15 11:14:34 +01:00
|
|
|
PORTVERSION= 0.21
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2005-11-17 09:09:50 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-11-17 09:09:50 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:22:05 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-11-17 09:09:50 +01:00
|
|
|
COMMENT= Dynamic definition of DBIx::Class sub classes
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1.3:databases/p5-DBI \
|
|
|
|
p5-DBIx-Class>=0.04001:databases/p5-DBIx-Class \
|
|
|
|
p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \
|
|
|
|
p5-UNIVERSAL-require>=0.10:devel/p5-UNIVERSAL-require
|
2011-12-15 16:58:01 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:00:51 +02:00
|
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
2005-11-17 09:09:50 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-11-17 09:09:50 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|