diff --git a/devel/Makefile b/devel/Makefile index fcf395dd79d7..c40d95bed084 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1304,6 +1304,7 @@ SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast + SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable diff --git a/devel/p5-Class-Std-Utils/Makefile b/devel/p5-Class-Std-Utils/Makefile new file mode 100644 index 000000000000..719aef89f258 --- /dev/null +++ b/devel/p5-Class-Std-Utils/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Class-Std-Utils +# Date created: 2010-10-15 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Class-Std-Utils +DISTVERSION= v0.0.3 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Class +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Utility subroutines for building "inside-out" objects + +PERL_CONFIGURE= yes + +MAN3= Class::Std::Utils.3 + +.include diff --git a/devel/p5-Class-Std-Utils/distinfo b/devel/p5-Class-Std-Utils/distinfo new file mode 100644 index 000000000000..df4246b16370 --- /dev/null +++ b/devel/p5-Class-Std-Utils/distinfo @@ -0,0 +1,3 @@ +MD5 (Class-Std-Utils-v0.0.3.tar.gz) = a919348d36b254aacbabe01d82e831b6 +SHA256 (Class-Std-Utils-v0.0.3.tar.gz) = 673996b2ffe76457af510b3f669b72d6510617ab4dff868eda6a59b378b6a3ae +SIZE (Class-Std-Utils-v0.0.3.tar.gz) = 5141 diff --git a/devel/p5-Class-Std-Utils/pkg-descr b/devel/p5-Class-Std-Utils/pkg-descr new file mode 100644 index 000000000000..e1f0c0ae5104 --- /dev/null +++ b/devel/p5-Class-Std-Utils/pkg-descr @@ -0,0 +1,5 @@ +This module provides three utility subroutines that simplify the +creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best +Practices" (O'Reilly, 2005) for details. + +WWW: http://search.cpan.org/dist/Class-Std-Utils/ diff --git a/devel/p5-Class-Std-Utils/pkg-plist b/devel/p5-Class-Std-Utils/pkg-plist new file mode 100644 index 000000000000..bd2e64a1019f --- /dev/null +++ b/devel/p5-Class-Std-Utils/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils/.packlist +%%SITE_PERL%%/Class/Std/Utils.pm +@dirrmtry %%SITE_PERL%%/Class/Std +@dirrmtry %%SITE_PERL%%/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class