openbsd-ports/devel/p5-Class-C3/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

25 lines
566 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/11/23 18:46:27 espie Exp $
COMMENT= "pragma to use the C3 method resolution order algorithm"
MODULES= cpan
DISTNAME= Class-C3-0.14
CATEGORIES= devel
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-Algorithm-C3->=0.05:devel/p5-Algorithm-C3 \
::devel/p5-Test-Exception
RUN_DEPENDS= ${BUILD_DEPENDS}
REGRESS_DEPENDS= ::devel/p5-Sub-Name
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>