cfb03c21c5
C3 is an algorithm which aims to provide a sane method resolution order under multiple inheritence.
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:27:39 msf Exp $
|
|
|
|
COMMENT= "module for merging hierarchies using the C3 algorithm"
|
|
|
|
DISTNAME= Algorithm-C3-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH=*
|
|
|
|
.include <bsd.port.mk>
|