diff options
-rw-r--r-- | devel/p5-Class-Factory-Util/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Class-Factory-Util/DESCR b/devel/p5-Class-Factory-Util/DESCR new file mode 100644 index 00000000000..299137b37ce --- /dev/null +++ b/devel/p5-Class-Factory-Util/DESCR @@ -0,0 +1,8 @@ +Class::Factory:Util contains methods that are useful for factory +classes. + +When this module is loaded, it creates a method in its caller +named subclasses(). This method returns a list of the available +subclasses for the package. It does this by looking in the +library directory containing the caller, and finding any modules +in its immediate subdirectories. diff --git a/devel/p5-Class-Factory-Util/Makefile b/devel/p5-Class-Factory-Util/Makefile new file mode 100644 index 00000000000..ae72b591b19 --- /dev/null +++ b/devel/p5-Class-Factory-Util/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $ + +DISTNAME= Class-Factory-Util-1.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Class-Factory-Util/ +COMMENT= Perl module to help factory classes + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Factory/Util/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-Factory-Util/PLIST b/devel/p5-Class-Factory-Util/PLIST new file mode 100644 index 00000000000..17c45604f86 --- /dev/null +++ b/devel/p5-Class-Factory-Util/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $ diff --git a/devel/p5-Class-Factory-Util/distinfo b/devel/p5-Class-Factory-Util/distinfo new file mode 100644 index 00000000000..5a86fb43e86 --- /dev/null +++ b/devel/p5-Class-Factory-Util/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $ + +SHA1 (Class-Factory-Util-1.6.tar.gz) = 21cb84d13baf338af76ca226c5089b64f0292e50 +Size (Class-Factory-Util-1.6.tar.gz) = 9939 bytes |