Patch provided by Martin Wilke via PR 34329. Changes: 1.04 Mon Aug 20 22:26:15 PST 2006 - New maintainer, Fred Moyer <fred@redhotpenguin.com> - Add Devel::Cover support, current coverage is 71% - Moved check for Test::More to MY::test
18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/10/21 13:51:50 obache Exp $
|
|
|
|
DISTNAME= Class-Factory-1.04
|
|
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"
|