fda25be24d
Module::Load allows for generic loading of modules and files. Simply give it the name of a module or file and it will Do What You Mean (tm).
19 lines
550 B
Makefile
19 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/08/06 15:54:42 he Exp $
|
|
|
|
DISTNAME= Module-Load-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ml
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Load/
|
|
COMMENT= Perl5 module to runtime require of both modules and files
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Module/Load/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|