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:
parent
fe98bfe898
commit
2ddcc4b813
24
devel/p5-Module-Load/Makefile
Normal file
24
devel/p5-Module-Load/Makefile
Normal 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>
|
||||
|
4
devel/p5-Module-Load/distinfo
Normal file
4
devel/p5-Module-Load/distinfo
Normal 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
|
2
devel/p5-Module-Load/pkg/DESCR
Normal file
2
devel/p5-Module-Load/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Module::Load eliminates the need to know whether you are trying to
|
||||
require either a file or a module.
|
4
devel/p5-Module-Load/pkg/PLIST
Normal file
4
devel/p5-Module-Load/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user