1.6 2003-08-23 - Scanning for subclasses now looks at @INC, instead of just the calling module's directory. Patch from Iain Truskett. 1.5 2003-07-30 - Fix a mistake in the documentation's SYNOPSIS. Reported by Jay Bonci. - Added COPYRIGHT and SUPPORT sections to the docs, as well as a LICENSE file to the distro. Thanks to Jay Bonci for reminding me that actually including a license is a good idea ;)
16 lines
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/02 10:49:01 cubidou 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
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Factory/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|