158431da65
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...
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/23 18:46:27 espie Exp $
|
|
|
|
COMMENT= "class and instance data accessor creation"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Data-Accessor-0.03
|
|
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
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|