openbsd-ports/devel/p5-Algorithm-C3/Makefile
msf cfb03c21c5 initial import of Algorithm::C3 from submitter Sean Comeau
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
2006-05-11 11:27:39 +00:00

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>