initial import of Module::Find 0.05 from submitter Sean Comeau

Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.
This commit is contained in:
msf 2006-05-11 11:14:29 +00:00
parent 39be40edec
commit 845fe252ae
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:14:29 msf Exp $
COMMENT= "find and use installed modules in a (sub)category"
DISTNAME= Module-Find-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
CONFIGURE_STYLE= perl
PKG_ARCH=*
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Module-Find-0.05.tar.gz) = 1b756c84e476fc8179fcf2699a4d1a86
RMD160 (Module-Find-0.05.tar.gz) = 2a98681e0169e2b6362bf3bf7741d875de30f083
SHA1 (Module-Find-0.05.tar.gz) = 20ac8cb9e2f692f0232b817a89bbb746a4093499
SIZE (Module-Find-0.05.tar.gz) = 3849

View File

@ -0,0 +1,4 @@
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/11 11:14:29 msf Exp $
${P5SITE}/Module/
${P5SITE}/Module/Find.pm
@man man/man3p/Module::Find.3p