pkgsrc/devel/p5-Class-Factory/Makefile
hiramatsu bba643795a Update p5-Class-Factory to 1.06.
Changes from 1.04:

1.06  Tue Nov   6 21:16:07 CET 2007
      - Added remove_factory_type(), unregister_factory_type() and
        get_factory_type_for(). Marcel Gruenauer <marcel@cpan.org>

1.05  Thu Feb   1 22:57:21 PST 2007
      - Added method get_registered_class(), suggested by
        Sebastian Knapp <giftnuss@netscape.net>
2007-11-27 06:55:09 +00:00

18 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/11/27 06:55:09 hiramatsu Exp $
DISTNAME= Class-Factory-1.06
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5clf
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-Factory/
COMMENT= Base class for dynamic factory classes
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/Factory/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"