import p5-Module-Load-0.10

Module::Load eliminates the need to know whether you are trying to
require either a file or a module.

submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
"looks ok" alek@
This commit is contained in:
steven 2005-12-10 15:52:51 +00:00
parent fe98bfe898
commit 2ddcc4b813
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/10 15:52:51 steven Exp $
COMMENT= "runtime require of both modules and files"
DISTNAME= Module-Load-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
# Same as Perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Module-Load-0.10.tar.gz) = ee40eb2fa3059381e43d1f14d414fe67
RMD160 (Module-Load-0.10.tar.gz) = 791f9942c5740fd28ce176bd2876d5ae0ba3e40b
SHA1 (Module-Load-0.10.tar.gz) = 20e515306e4aeb04ae85fd37d71fe7bf58467239
SIZE (Module-Load-0.10.tar.gz) = 4039

View File

@ -0,0 +1,2 @@
Module::Load eliminates the need to know whether you are trying to
require either a file or a module.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/10 15:52:51 steven Exp $
${P5SITE}/Module/
${P5SITE}/Module/Load.pm
@man man/man3p/Module::Load.3p