openbsd-ports/databases/p5-DBIx-Class/Makefile
espie 158431da65 update DBIx-Class, and pull in some needed changes for dependent packages.
activate the related stuff that needs new Algorithm::C3 too.

Note that new Algorithm::C3 and its cache is ways faster than the old one.

DBIx::Class comes somewhat of age: some of its subclasses have been split
into other packages accordingly.

asked maintainer, no answer yet... and no breakage...
2006-11-23 18:46:27 +00:00

41 lines
940 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/11/23 18:46:27 espie Exp $
COMMENT= "object-oriented database access"
MODULES= cpan
DISTNAME= DBIx-Class-0.07003
CATEGORIES= databases devel
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Class-Data-Accessor \
:p5-Data-Page->=2.00:databases/p5-Data-Page \
:p5-Class-C3->=0.13:devel/p5-Class-C3 \
::devel/p5-Carp-Clan \
::databases/p5-SQL-Abstract \
::databases/p5-SQL-Abstract-Limit \
::databases/p5-DBI
REGRESS_DEPENDS=::databases/p5-DBD-SQLite \
::devel/p5-Class-Inspector \
::devel/p5-Module-Find \
::devel/p5-Test-Memory-Cycle \
::textproc/p5-Text-CSV_XS \
::devel/p5-DateTime-Format-MySQL \
::databases/p5-SQL-Translator
MAKE_ENV= DATA_DUMPER_TEST=Yes \
DBICTEST_FORK_STRESS=Yes \
TEST_POD=Yes
.include <bsd.port.mk>