mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
33 lines
918 B
Makefile
33 lines
918 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-Loader
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Dynamic definition of DBIx::Class sub classes
|
|
|
|
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \
|
|
p5-DBIx-Class>=0.04001:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
|
|
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= DBIx::Class::Loader.3 \
|
|
DBIx::Class::Loader::DB2.3 \
|
|
DBIx::Class::Loader::Generic.3 \
|
|
DBIx::Class::Loader::Pg.3 \
|
|
DBIx::Class::Loader::SQLite.3 \
|
|
DBIx::Class::Loader::Writing.3 \
|
|
DBIx::Class::Loader::mysql.3
|
|
|
|
.include <bsd.port.mk>
|