openbsd-ports/devel/p5-Class-C3-Adopt-NEXT/Makefile
simon c581918be5 import p5-Class-C3-Adopt-NEXT
This module is intended as a drop-in replacement for NEXT, supporting
the same interface, but using Class::C3 to do the hard work.  You can
then write new code without NEXT, and migrate individual source files to
use Class::C3 or method modifiers as appropriate, at whatever pace
you're comfortable with.
2009-01-25 22:31:18 +00:00

22 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/25 22:31:18 simon Exp $
COMMENT = make NEXT suck less
MODULES = cpan
DISTNAME = Class-C3-Adopt-NEXT-0.06
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-MRO-Compat
REGRESS_DEPENDS = ::devel/p5-Test-Exception
.include <bsd.port.mk>