import p5-Class-C3-Componentised
This will inject base classes to your module using the Class::C3 method resolution order. ok jasper@, tested by espie@
This commit is contained in:
parent
e5e9a26e57
commit
29fabbd655
19
devel/p5-Class-C3-Componentised/Makefile
Normal file
19
devel/p5-Class-C3-Componentised/Makefile
Normal file
@ -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 <bsd.port.mk>
|
5
devel/p5-Class-C3-Componentised/distinfo
Normal file
5
devel/p5-Class-C3-Componentised/distinfo
Normal file
@ -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
|
2
devel/p5-Class-C3-Componentised/pkg/DESCR
Normal file
2
devel/p5-Class-C3-Componentised/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This will inject base classes to your module using the Class::C3 method
|
||||
resolution order.
|
3
devel/p5-Class-C3-Componentised/pkg/PLIST
Normal file
3
devel/p5-Class-C3-Componentised/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user