openbsd-ports/devel/p5-Algorithm-C3/Makefile
espie 55aa750d89 update Algorithm-C3 and Class-C3 to new version -- maintainer timeout,
okay simon@.
- detect interdeps loops.
- use faster Class::C3::XS if available.
2007-05-05 09:28:00 +00:00

18 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/05/05 09:28:00 espie Exp $
COMMENT= "module for merging hierarchies using the C3 algorithm"
MODULES= cpan
DISTNAME= Algorithm-C3-0.06
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>