[Midnightbsd-cvs] mports: devel/p5-Class-C3-Componentised: Added Class::C3::Componentised

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Sep 1 13:05:16 EDT 2007


Log Message:
-----------
Added Class::C3::Componentised

Added Files:
-----------
    mports/devel/p5-Class-C3-Componentised:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/p5-Class-C3-Componentised/pkg-descr
@@ -0,0 +1,8 @@
+This will inject base classes to your module using the Class::C3 method
+resolution order.
+
+Please note: these are not plugins that can take precedence over methods
+declared in MyModule. If you want something like that, consider
+MooseX::Object::Pluggable.
+
+WWW: http://search.cpan.org/dist/Class-C3-Componentised/
--- /dev/null
+++ devel/p5-Class-C3-Componentised/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Class/C3/Componentised.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Componentised/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Componentised
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
+ at dirrmtry %%SITE_PERL%%/Class/C3
+ at dirrmtry %%SITE_PERL%%/Class
--- /dev/null
+++ devel/p5-Class-C3-Componentised/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for:	Class-C3-Componentised
+# Date created:	   13 Aug 2007
+# Whom:		   Lars Balker Rasmussen <lbr at FreeBSD.org>
+#
+# $FreeBSD: ports/devel/p5-Class-C3-Componentised/Makefile,v 1.1 2007/08/12 22:13:41 lbr Exp $
+# $MidnightBSD: mports/devel/p5-Class-C3-Componentised/Makefile,v 1.1 2007/09/01 17:05:16 ctriv Exp $
+#
+
+PORTNAME=	Class-C3-Componentised
+PORTVERSION=	1.0001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ctriv at MidnightBSD.org
+COMMENT=	Load mix-ins or components to your C3-based class
+LICENSE=	perl
+
+RUN_DEPENDS=	p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
+		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Class::C3::Componentised.3
+
+post-extract:
+	@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
+
--- /dev/null
+++ devel/p5-Class-C3-Componentised/distinfo
@@ -0,0 +1,3 @@
+MD5 (Class-C3-Componentised-1.0001.tar.gz) = 0e006802cff4acc319d00f4082239f9d
+SHA256 (Class-C3-Componentised-1.0001.tar.gz) = d09269f5e9a0f9efb0068cbd179b85e2cd38e70eefd1b005ec41a1fec98b3fba
+SIZE (Class-C3-Componentised-1.0001.tar.gz) = 13235


More information about the Midnightbsd-cvs mailing list