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...
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/23 18:46:27 espie Exp $
|
|
|
|
COMMENT= "module for merging hierarchies using the C3 algorithm"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Algorithm-C3-0.05
|
|
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
|
|
|
|
.include <bsd.port.mk>
|