diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile new file mode 100644 index 00000000000..64a85f26d11 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:22:22 simon Exp $ + +COMMENT= load mix-ins or components to your C3-based class + +MODULES= cpan +DISTNAME= Class-C3-Componentised-1.0001 +CATEGORIES= devel + +# Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +RUN_DEPENDS= ::devel/p5-Class-C3 \ + ::devel/p5-Class-Inspector +BUILD_DEPENDS= ${RUN_DEPENDS} + +.include diff --git a/devel/p5-Class-C3-Componentised/distinfo b/devel/p5-Class-C3-Componentised/distinfo new file mode 100644 index 00000000000..3a5bd4727f5 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/distinfo @@ -0,0 +1,5 @@ +MD5 (Class-C3-Componentised-1.0001.tar.gz) = DgBoAs/0rMMZ0A9AgiOfnQ== +RMD160 (Class-C3-Componentised-1.0001.tar.gz) = Gu0GmMIHBOk7VtoKTDRCFJnbCes= +SHA1 (Class-C3-Componentised-1.0001.tar.gz) = P8haPk7AQVTSYQrlmr9zNnL0feQ= +SHA256 (Class-C3-Componentised-1.0001.tar.gz) = 0JJp9emg+e+wBoy9F5uF4s045w7v0bAF7EGh/smLP7o= +SIZE (Class-C3-Componentised-1.0001.tar.gz) = 13235 diff --git a/devel/p5-Class-C3-Componentised/pkg/DESCR b/devel/p5-Class-C3-Componentised/pkg/DESCR new file mode 100644 index 00000000000..5ac13908453 --- /dev/null +++ b/devel/p5-Class-C3-Componentised/pkg/DESCR @@ -0,0 +1,2 @@ +This will inject base classes to your module using the Class::C3 method +resolution order. diff --git a/devel/p5-Class-C3-Componentised/pkg/PLIST b/devel/p5-Class-C3-Componentised/pkg/PLIST new file mode 100644 index 00000000000..3d8c68eb54d --- /dev/null +++ b/devel/p5-Class-C3-Componentised/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 21:22:22 simon Exp $ +${P5SITE}/Class/C3/Componentised.pm +@man man/man3p/Class::C3::Componentised.3p