pkgsrc/devel/p5-Class-Loader/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

23 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:08 jlam Exp $
#
DISTNAME= Class-Loader-2.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5clo
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= mcr@NetBSD.org
# from sen_ml@eccosys.com
HOMEPAGE= http://search.cpan.org/dist/Class-Loader/
COMMENT= Perl5 module for module loading and on-demand object creation
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Class/Loader/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"