import p5-Catalyst-Plugin-C3
This module is related to the possible transition of Catalyst from NEXT to Class::C3. This transition hasn't happened yet, and might not for a while.
This commit is contained in:
parent
a2209f1df3
commit
5cec3a7c96
23
devel/p5-Catalyst-Plugin-C3/Makefile
Normal file
23
devel/p5-Catalyst-Plugin-C3/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:37 simon Exp $
|
||||
|
||||
COMMENT = Catalyst plugin to subvert NEXT to use Class::C3
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Catalyst-Plugin-C3-0.03
|
||||
CATEGORIES = devel www
|
||||
|
||||
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 = ::www/p5-Catalyst-Runtime \
|
||||
::devel/p5-Class-C3
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Catalyst-Plugin-C3/distinfo
Normal file
5
devel/p5-Catalyst-Plugin-C3/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Catalyst-Plugin-C3-0.03.tar.gz) = iGjq1nxytv3H2Xekz3eaSA==
|
||||
RMD160 (Catalyst-Plugin-C3-0.03.tar.gz) = pAh+7CXZ1YB06YnzW7hpgmOnv/g=
|
||||
SHA1 (Catalyst-Plugin-C3-0.03.tar.gz) = isAZh5UyM0sxJ/CS1NJcZfGESrk=
|
||||
SHA256 (Catalyst-Plugin-C3-0.03.tar.gz) = 0FpYDl+jHWnt0Z0rrhoVSHEyWei5N2lRnsUPWIpGNug=
|
||||
SIZE (Catalyst-Plugin-C3-0.03.tar.gz) = 21056
|
3
devel/p5-Catalyst-Plugin-C3/pkg/DESCR
Normal file
3
devel/p5-Catalyst-Plugin-C3/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module is related to the possible transition of Catalyst from NEXT
|
||||
to Class::C3. This transition hasn't happened yet, and might not for a
|
||||
while.
|
4
devel/p5-Catalyst-Plugin-C3/pkg/PLIST
Normal file
4
devel/p5-Catalyst-Plugin-C3/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/06 10:33:37 simon Exp $
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/C3.pm
|
||||
@man man/man3p/Catalyst::Plugin::C3.3p
|
Loading…
Reference in New Issue
Block a user