Remove p5-Class-Method-Modifiers, was only needed for the old versions of

p5-Mouse and no longer used. Pointed out by Andreas Vögele.
This commit is contained in:
sthen 2012-04-09 09:29:46 +00:00
parent c636c5a030
commit 53590d5e54
6 changed files with 1 additions and 57 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1029 2012/04/08 21:09:49 sthen Exp $
# $OpenBSD: Makefile,v 1.1030 2012/04/09 09:29:46 sthen Exp $
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
SUBDIR =
@ -470,7 +470,6 @@
SUBDIR += p5-Class-MakeMethods
SUBDIR += p5-Class-Meta
SUBDIR += p5-Class-Meta-Express
SUBDIR += p5-Class-Method-Modifiers
SUBDIR += p5-Class-MethodMaker
SUBDIR += p5-Class-MethodMapper
SUBDIR += p5-Class-Multimethods

View File

@ -1,23 +0,0 @@
# $OpenBSD: Makefile,v 1.6 2011/04/13 17:44:37 jasper Exp $
COMMENT = provides Moose-like method modifiers
MODULES = cpan
DISTNAME = Class-Method-Modifiers-1.04
REVISION = 0
CATEGORIES = devel
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
REGRESS_DEPENDS = devel/p5-Test-Exception
CONFIGURE_STYLE= modinst
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (Class-Method-Modifiers-1.04.tar.gz) = vyeNN5kDhJ1JKrl11lBMvg==
RMD160 (Class-Method-Modifiers-1.04.tar.gz) = 6euPsaMOlFxzgubvBjIpl2zaSIY=
SHA1 (Class-Method-Modifiers-1.04.tar.gz) = m5o7bF9EOUg6A4nl6KyWpfecZ74=
SHA256 (Class-Method-Modifiers-1.04.tar.gz) = Lhcc87yByaPrx/6+4D8f7TvLjzfiTHHud9EM5UFgcE8=
SIZE (Class-Method-Modifiers-1.04.tar.gz) = 24487

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2012/04/07 20:52:45 sthen Exp $
requires Modules::Install::GithubMeta
--- Makefile.PL.orig Sat Apr 7 21:50:57 2012
+++ Makefile.PL Sat Apr 7 21:51:00 2012
@@ -4,7 +4,7 @@ use inc::Module::Install;
# Define metadata
name 'Class-Method-Modifiers';
all_from 'lib/Class/Method/Modifiers.pm';
-githubmeta;
+#githubmeta;
build_requires 'Test::Exception';

View File

@ -1,7 +0,0 @@
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.

View File

@ -1,5 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2009/06/24 18:45:51 simon Exp $
${P5SITE}/Class/
${P5SITE}/Class/Method/
${P5SITE}/Class/Method/Modifiers.pm
@man man/man3p/Class::Method::Modifiers.3p