openbsd-ports/devel/p5-Class-Method-Modifiers/Makefile
simon 1d3b898128 import p5-Class-Method-Modifiers
Method modifiers are a powerful feature from the CLOS (Common Lisp
Object System) world.
Class::Method::Modifiers provides three modifiers: before, around, and
after.  before and after are run just before and after the method they
modify, but can not really affect that original method.  around is run
in place of the original method, with a hook to easily call that
original method.
2008-08-20 13:44:29 +00:00

21 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 13:44:29 simon Exp $
COMMENT = provides Moose-like method modifiers
MODULES = cpan
DISTNAME = Class-Method-Modifiers-1.01
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
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>